Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netpfil/ipfilter/netinet/
H A Dip_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()
4570 tqp[IPF_TCPS_LAST_ACK].ifq_ttl = softc->ipf_tcplastack; in ipf_sttab_init()
H A Dip_compat.h1154 #define IPF_TCPS_LAST_ACK 8 /* had fin and close; await FIN ACK */ macro
H A Dip_nat.c6689 case IPF_TCPS_LAST_ACK : in ipf_nat_extraflush()
H A Dfil.c8937 ipf_apply_timeout(&tab[IPF_TCPS_LAST_ACK], p->ipftu_int);
/freebsd-14.2/sbin/ipf/ipfstat/
H A Dipfstat.c1384 (ips.is_state[0] >= IPF_TCPS_LAST_ACK) && in topipstates()
1385 (ips.is_state[1] >= IPF_TCPS_LAST_ACK)) in topipstates()