diff options
author | bms <bms@FreeBSD.org> | 2007-03-01 14:38:08 +0000 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2007-03-01 14:38:08 +0000 |
commit | 36e1a8127c07b95d03b2ba4b6f18420d5dfadfe3 (patch) | |
tree | 7159d56e94b65aa36814d244baca857a5a78481c /sys/kern/uipc_debug.c | |
parent | 5ec36bb996cdf34a7dd2fbbdd0cc27b383bd7557 (diff) | |
download | FreeBSD-src-36e1a8127c07b95d03b2ba4b6f18420d5dfadfe3.zip FreeBSD-src-36e1a8127c07b95d03b2ba4b6f18420d5dfadfe3.tar.gz |
Introduce a new mbuf flag, M_PROMISC.
An mbuf packet chain with the M_PROMISC flag set contains a unicast packet
received by the link layer, which does not correspond to any configured
link layer address in the local system.
It is copied when copying m_pkthdr. It is not cleared when crossing layers.
As such, it is defined to have a flag value which is outside of the
M_PROTO* range, like M_VLANTAG has.
Reviewed by: andre
Obtained from: NetBSD
Diffstat (limited to 'sys/kern/uipc_debug.c')
0 files changed, 0 insertions, 0 deletions