Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Dif_ports_used.c1529 npi.npi_flags |= NPIF_FRAG; in if_ports_used_match_mbuf()
1546 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_mbuf()
1573 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_mbuf()
1668 npi.npi_flags |= NPIF_FRAG; in if_ports_used_match_mbuf()
1683 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_mbuf()
1716 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_mbuf()
1929 npi.npi_flags |= NPIF_FRAG; in if_ports_used_match_pkt()
1942 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_pkt()
1965 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_pkt()
H A Dif_ports_used.h84 #define NPIF_FRAG 0x0400 /* packet is pure fragment (i.e. no src and dst port) */ macro