HomeSort by: relevance | last modified time | path
    Searched defs:l4flags (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/net/npf/
npf_inet.c 611 int flags, l4flags; local in function:npf_cache_all
640 l4flags = npf_cache_tcp(npc, nbuf, hlen);
646 l4flags = NPC_LAYER4 | NPC_UDP;
652 l4flags = NPC_LAYER4 | NPC_ICMP;
658 l4flags = NPC_LAYER4 | NPC_ICMP;
661 l4flags = 0;
668 if (__predict_false(l4flags && !npc->npc_l4.hdr)) {
676 flags |= l4flags;
npf_inet.c 611 int flags, l4flags; local in function:npf_cache_all
640 l4flags = npf_cache_tcp(npc, nbuf, hlen);
646 l4flags = NPC_LAYER4 | NPC_UDP;
652 l4flags = NPC_LAYER4 | NPC_ICMP;
658 l4flags = NPC_LAYER4 | NPC_ICMP;
661 l4flags = 0;
668 if (__predict_false(l4flags && !npc->npc_l4.hdr)) {
676 flags |= l4flags;
npf_inet.c 611 int flags, l4flags; local in function:npf_cache_all
640 l4flags = npf_cache_tcp(npc, nbuf, hlen);
646 l4flags = NPC_LAYER4 | NPC_UDP;
652 l4flags = NPC_LAYER4 | NPC_ICMP;
658 l4flags = NPC_LAYER4 | NPC_ICMP;
661 l4flags = 0;
668 if (__predict_false(l4flags && !npc->npc_l4.hdr)) {
676 flags |= l4flags;
npf_inet.c 611 int flags, l4flags; local in function:npf_cache_all
640 l4flags = npf_cache_tcp(npc, nbuf, hlen);
646 l4flags = NPC_LAYER4 | NPC_UDP;
652 l4flags = NPC_LAYER4 | NPC_ICMP;
658 l4flags = NPC_LAYER4 | NPC_ICMP;
661 l4flags = 0;
668 if (__predict_false(l4flags && !npc->npc_l4.hdr)) {
676 flags |= l4flags;
npf_inet.c 611 int flags, l4flags; local in function:npf_cache_all
640 l4flags = npf_cache_tcp(npc, nbuf, hlen);
646 l4flags = NPC_LAYER4 | NPC_UDP;
652 l4flags = NPC_LAYER4 | NPC_ICMP;
658 l4flags = NPC_LAYER4 | NPC_ICMP;
661 l4flags = 0;
668 if (__predict_false(l4flags && !npc->npc_l4.hdr)) {
676 flags |= l4flags;

Completed in 52 milliseconds