Searched refs:ipf_nat_tcptq (Results 1 – 2 of 2) sorted by relevance
| /freebsd-11-stable/sys/contrib/ipfilter/netinet/ |
| HD | ip_nat.c | 460 ipf_sttab_init(softc, softn->ipf_nat_tcptq); 465 softn->ipf_nat_tcptq[IPF_TCPS_CLOSED].ifq_ttl = softc->ipf_tcplastack; 466 softn->ipf_nat_tcptq[IPF_TCP_NSTATES - 1].ifq_next = 492 for (i = 0, tq = softn->ipf_nat_tcptq; i < IPF_TCP_NSTATES; i++, tq++) { 506 softn->ipf_nat_tcptq[IPF_TCPS_CLOSED].ifq_ttl = softc->ipf_tcplastack; 586 ipf_sttab_destroy(softn->ipf_nat_tcptq); 1399 error = ipf_outobj(softc, data, softn->ipf_nat_tcptq, 4807 (void) ipf_tcp_age(&nat->nat_tqe, fin, softn->ipf_nat_tcptq, 5887 for (ifq = softn->ipf_nat_tcptq, i = 0; ifq != NULL; 6385 (void) ipf_tcp_age(&clone->nat_tqe, fin, softn->ipf_nat_tcptq, [all …]
|
| HD | ip_nat.h | 658 ipftq_t ipf_nat_tcptq[IPF_TCP_NSTATES]; member
|