Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Dif_ports_used.c1450 npi.npi_flags |= NPIF_FRAG; in if_ports_used_match_mbuf()
1467 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_mbuf()
1494 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_mbuf()
1589 npi.npi_flags |= NPIF_FRAG; in if_ports_used_match_mbuf()
1604 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_mbuf()
1637 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_mbuf()
1861 npi.npi_flags |= NPIF_FRAG; in if_ports_used_match_pkt()
1874 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_pkt()
1897 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_pkt()
H A Dif_ports_used.h82 #define NPIF_FRAG 0x0400 /* packet is pure fragment (i.e. no src and dst port) */ macro