Searched refs:ipf_nat_tcptq (Results 1 – 2 of 2) sorted by relevance
460 ipf_sttab_init(softc, softn->ipf_nat_tcptq);466 softn->ipf_nat_tcptq[IPF_TCP_NSTATES - 1].ifq_next =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,5889 for (ifq = softn->ipf_nat_tcptq, i = 0; ifq != NULL;6563 nifq = softn->ipf_nat_tcptq +6782 for (ifq = softn->ipf_nat_tcptq + IPF_TCPS_CLOSE_WAIT;6831 tqn = softn->ipf_nat_tcptq[which].ifq_head;6881 softn->ipf_nat_tcptq,[all …]
658 ipftq_t ipf_nat_tcptq[IPF_TCP_NSTATES]; member