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

  /src/sys/net/npf/
npf_handler.c 124 if (npf_cache_all(npc) & (NPC_IPFRAG|NPC_FMTERR)) {
177 flags = npf_cache_all(&npc);
npf_alg_icmp.c 142 return (npf_cache_all(npc) & NPC_LAYER4) != 0;
174 return (npf_cache_all(npc) & NPC_LAYER4) != 0;
npf_inet.c 602 * npf_cache_all: general routine to cache all relevant IP (v4 or v6)
608 npf_cache_all(npf_cache_t *npc) function in typeref:typename:int
697 flags = npf_cache_all(npc);
npf_impl.h 342 int npf_cache_all(npf_cache_t *);
  /src/usr.sbin/npf/npftest/libnpftest/
npf_nat_test.c 183 if (!npf_cache_all(&npc)) {
npf_mbuf_subr.c 346 ret = npf_cache_all(npc);

Completed in 13 milliseconds