Home
last modified time | relevance | path

Searched refs:IPF_TCPS_LAST_ACK (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/sys/netpfil/ipfilter/netinet/
HDip_state.c3811 case IPF_TCPS_LAST_ACK : in ipf_state_flush()
4173 nstate = IPF_TCPS_LAST_ACK; in ipf_tcp_age()
4200 nstate = IPF_TCPS_LAST_ACK; in ipf_tcp_age()
4219 case IPF_TCPS_LAST_ACK: /* 8 */ in ipf_tcp_age()
4237 if (ostate == IPF_TCPS_LAST_ACK) { in ipf_tcp_age()
4572 tqp[IPF_TCPS_LAST_ACK].ifq_ttl = softc->ipf_tcplastack;
HDip_compat.h1153 #define IPF_TCPS_LAST_ACK 8 /* had fin and close; await FIN ACK */ macro
HDip_nat.c6692 case IPF_TCPS_LAST_ACK : in ipf_nat_extraflush()
HDfil.c8937 ipf_apply_timeout(&tab[IPF_TCPS_LAST_ACK], p->ipftu_int);
/freebsd-13-stable/sbin/ipf/ipfstat/
HDipfstat.c1385 (ips.is_state[0] >= IPF_TCPS_LAST_ACK) && in topipstates()
1386 (ips.is_state[1] >= IPF_TCPS_LAST_ACK)) in topipstates()