Home
last modified time | relevance | path

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

/xnu-12377.81.4/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.c1888 npi.npi_flags |= NPIF_FRAG; in if_ports_used_match_mbuf()
1905 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_mbuf()
1932 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_mbuf()
2027 npi.npi_flags |= NPIF_FRAG; in if_ports_used_match_mbuf()
2042 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_mbuf()
2075 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_mbuf()
2295 npi.npi_flags |= NPIF_FRAG; in if_ports_used_match_pkt()
2308 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_pkt()
2331 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_pkt()