Searched refs:NPC_ICMP (Results 1 – 3 of 3) sorted by relevance
199 KASSERT(npf_iscached(npc, NPC_ICMP)); in npfa_icmp_inspect()245 if (!npf_iscached(npc, NPC_ICMP)) in npfa_icmp_conn()327 if (flow == NPF_FLOW_FORW || !npf_iscached(npc, NPC_ICMP)) in npfa_icmp_nat()437 KASSERT(npf_iscached(npc, NPC_ICMP)); in npfa_icmp_nat()
632 l4flags = NPC_LAYER4 | NPC_ICMP; in npf_cache_all()638 l4flags = NPC_LAYER4 | NPC_ICMP; in npf_cache_all()826 KASSERT(npf_iscached(npc, NPC_ICMP)); in npf_napt_rwr()
139 #define NPC_ICMP 0x40 /* ICMP header. */ macro