Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dif_ports_used.h85 #define NPIF_FRAG 0x0400 macro
103 X(NPIF_FRAG, "F", "packet is pure fragment") \
H A Dif_ports_used.c1864 npi.npi_flags |= NPIF_FRAG; in if_ports_used_match_mbuf()
1881 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_mbuf()
1908 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_mbuf()
2003 npi.npi_flags |= NPIF_FRAG; in if_ports_used_match_mbuf()
2018 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_mbuf()
2051 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_mbuf()
2271 npi.npi_flags |= NPIF_FRAG; in if_ports_used_match_pkt()
2284 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_pkt()
2307 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_pkt()