Home
last modified time | relevance | path

Searched refs:NPC_IPFRAG (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/net/npf/
Dnpf_handler.c124 if (npf_cache_all(npc) & (NPC_IPFRAG|NPC_FMTERR)) { in npf_reassembly()
186 if (__predict_false(flags & NPC_IPFRAG)) { in npfk_packet_handler()
Dnpf_inet.c454 flags |= NPC_IPFRAG; in npf_cache_ip()
521 flags |= NPC_IPFRAG; in npf_cache_ip()
606 if ((flags & NPC_IP46) == 0 || (flags & NPC_IPFRAG) != 0 || in npf_cache_all()
Dnpf.h134 #define NPC_IPFRAG 0x04 /* IPv4/IPv6 fragment. */ macro