Searched refs:ipf_nat_tcptq (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/sys/contrib/ipfilter/netinet/ |
| D | ip_nat.c | 472 ipf_sttab_init(softc, softn->ipf_nat_tcptq); 477 softn->ipf_nat_tcptq[IPF_TCPS_CLOSED].ifq_ttl = softc->ipf_tcplastack; 478 softn->ipf_nat_tcptq[IPF_TCP_NSTATES - 1].ifq_next = 504 for (i = 0, tq = softn->ipf_nat_tcptq; i < IPF_TCP_NSTATES; i++, tq++) { 518 softn->ipf_nat_tcptq[IPF_TCPS_CLOSED].ifq_ttl = softc->ipf_tcplastack; 598 ipf_sttab_destroy(softn->ipf_nat_tcptq); 1415 error = ipf_outobj(softc, data, softn->ipf_nat_tcptq, 4818 (void) ipf_tcp_age(&nat->nat_tqe, fin, softn->ipf_nat_tcptq, 5903 for (ifq = softn->ipf_nat_tcptq, i = 0; ifq != NULL; 6422 (void) ipf_tcp_age(&clone->nat_tqe, fin, softn->ipf_nat_tcptq, [all …]
|
| D | ip_nat.h | 666 ipftq_t ipf_nat_tcptq[IPF_TCP_NSTATES]; member
|