Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/net/
H A Dif_ports_used.c1407 npi.npi_flags |= NPIF_FRAG; in if_ports_used_match_mbuf()
1424 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_mbuf()
1451 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_mbuf()
1546 npi.npi_flags |= NPIF_FRAG; in if_ports_used_match_mbuf()
1561 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_mbuf()
1594 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_mbuf()
1818 npi.npi_flags |= NPIF_FRAG; in if_ports_used_match_pkt()
1831 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_pkt()
1854 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