Home
last modified time | relevance | path

Searched refs:MBUF_LOOP (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/bsd/sys/
H A Dkpi_mbuf.h87 MBUF_LOOP = 0x0040, /* packet is looped back */ enumerator
/xnu-8020.101.4/bsd/kern/
H A Dkpi_mbuf.c46 MBUF_LOOP | MBUF_BCAST | MBUF_MCAST | MBUF_FRAG | MBUF_FIRSTFRAG |
H A Duipc_mbuf.c1562 _CASSERT(MBUF_LOOP == M_LOOP); in mbinit()