Searched refs:ifq2 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_nat.c4798 ipftq_t *ifq, *ifq2; local
4812 ifq2 = np->in_tqehead[fin->fin_rev];
4814 ifq2 = NULL;
4817 if (nat->nat_pr[0] == IPPROTO_TCP && ifq2 == NULL) {
4821 if (ifq2 == NULL) {
4823 ifq2 = fin->fin_rev ? &softn->ipf_nat_udpacktq :
4827 ifq2 = fin->fin_rev ? &softn->ipf_nat_icmpacktq:
4830 ifq2 = &softn->ipf_nat_iptq;
4833 ipf_movequeue(softc->ipf_ticks, tqe, ifq, ifq2);

Completed in 123 milliseconds