HomeSort by: relevance | last modified time | path
    Searched refs:NPC_IP46 (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/net/npf/
npf_alg_icmp.c 80 KASSERT(npf_iscached(npc, NPC_IP46));
198 KASSERT(npf_iscached(npc, NPC_IP46));
348 KASSERT(npf_iscached(&enpc, NPC_IP46));
npf_sendpkt.c 104 KASSERT(npf_iscached(npc, NPC_IP46));
248 if (!npf_iscached(npc, NPC_IP46) || !npf_iscached(npc, NPC_LAYER4)) {
npf_inet.c 286 KASSERT(npf_iscached(npc, NPC_IP46));
360 KASSERT(npf_iscached(npc, NPC_IP46));
626 if ((flags & NPC_IP46) == 0 || (flags & NPC_IPFRAG) != 0 ||
692 const int mflags __diagused = npc->npc_info & (NPC_IP46 | NPC_LAYER4);
709 KASSERT(npf_iscached(npc, NPC_IP46));
npf_bpf.c 182 if (!npf_iscached(npc, NPC_IP46)) {
npf_state.c 150 KASSERT(npf_iscached(npc, NPC_IP46));
npf_alg.c 227 KASSERTMSG(npf_iscached(npc, NPC_IP46), "expecting protocol number");
npf_socket.c 93 KASSERT(npf_iscached(npc, NPC_IP46));
npf.h 157 #define NPC_IP46 (NPC_IP4|NPC_IP6)
npf_nat.c 486 KASSERT(npf_iscached(npc, NPC_IP46));
591 KASSERT(npf_iscached(npc, NPC_IP46));
726 if (!npf_iscached(npc, NPC_IP46) || !npf_iscached(npc, NPC_LAYER4)) {
npf_conn.c 268 if (!npf_iscached(npc, NPC_IP46) || !npf_iscached(npc, NPC_LAYER4)) {
465 KASSERT(npf_iscached(npc, NPC_IP46));
npf_ruleset.c 1033 KASSERT(npf_iscached(npc, NPC_IP46));

Completed in 18 milliseconds