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

  /src/sys/external/bsd/ipf/netinet/
ip_nat.h 677 ipftq_t ipf_nat_pending; member in struct:ipf_nat_softc_s
ip_nat.c 494 softn->ipf_nat_iptq.ifq_next = &softn->ipf_nat_pending;
496 IPFTQ_INIT(&softn->ipf_nat_pending, 1, "nat pending ipftq tab");
497 softn->ipf_nat_pending.ifq_next = NULL;
601 MUTEX_DESTROY(&softn->ipf_nat_pending.ifq_lock);
6893 &softn->ipf_nat_pending);
6896 &softn->ipf_nat_pending, nat);

Completed in 81 milliseconds