Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_ports_used.c1254 npi.npi_flags |= NPIF_FRAG; in if_ports_used_match_mbuf()
1263 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_mbuf()
1282 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_mbuf()
1363 npi.npi_flags |= NPIF_FRAG; in if_ports_used_match_mbuf()
1378 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_mbuf()
1403 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_mbuf()
1596 npi.npi_flags |= NPIF_FRAG; in if_ports_used_match_pkt()
1609 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_pkt()
1631 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_pkt()
H A Dif_ports_used.h83 #define NPIF_FRAG 0x0400 /* packet is pure fragment (i.e. no src and dst port) */ macro