Home
last modified time | relevance | path

Searched refs:NPIF_FRAG (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.101.4/bsd/net/
H A Dif_ports_used.c1251 npi.npi_flags |= NPIF_FRAG; in if_ports_used_match_mbuf()
1260 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_mbuf()
1279 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_mbuf()
1360 npi.npi_flags |= NPIF_FRAG; in if_ports_used_match_mbuf()
1375 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_mbuf()
1400 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_mbuf()
1593 npi.npi_flags |= NPIF_FRAG; in if_ports_used_match_pkt()
1606 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_pkt()
1628 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_pkt()
H A Dif_ports_used.h83 #define NPIF_FRAG 0x0400 /* packet is pure fragment (i.e. no src and dst port) */ macro