Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/net/
H A Dif_ports_used.c1349 npi.npi_flags |= NPIF_FRAG; in if_ports_used_match_mbuf()
1366 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_mbuf()
1393 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_mbuf()
1488 npi.npi_flags |= NPIF_FRAG; in if_ports_used_match_mbuf()
1503 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_mbuf()
1536 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_mbuf()
1759 npi.npi_flags |= NPIF_FRAG; in if_ports_used_match_pkt()
1772 if (npi.npi_flags & NPIF_FRAG) { in if_ports_used_match_pkt()
1795 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