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

  /src/sys/net/npf/
npf_sendpkt.c 114 if (npf_iscached(npc, NPC_IP4)) {
132 if (npf_iscached(npc, NPC_IP4)) {
178 if (npf_iscached(npc, NPC_IP4)) {
204 if (npf_iscached(npc, NPC_IP4)) {
224 if (npf_iscached(npc, NPC_IP4)) {
npf_alg_icmp.c 214 if (npf_iscached(npc, NPC_IP4) &&
362 if (npf_iscached(&enpc, NPC_IP4)) {
419 if (npf_iscached(&enpc, NPC_IP4)) {
npf_socket.c 96 if (npf_iscached(npc, NPC_IP4)) {
128 KASSERT(npf_iscached(npc, NPC_IP4));
npf.h 142 #define NPC_IP4 0x01 /* Indicates IPv4 header. */
157 #define NPC_IP46 (NPC_IP4|NPC_IP6)
npf_ext_log.c 93 if (npf_iscached(npc, NPC_IP4)) {
npf_ext_normalize.c 160 if (npf_iscached(npc, NPC_IP4) && (np->n_random_id || np->n_minttl)) {
npf_inet.c 262 if (npf_iscached(npc, NPC_IP4)) {
465 flags |= NPC_IP4;
759 if (npf_iscached(npc, NPC_IP4)) {
npf_handler.c 91 if (npf_iscached(npc, NPC_IP4) && npf->ip4_reassembly) {

Completed in 15 milliseconds