Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_state.c3807 case IPF_TCPS_LAST_ACK : in ipf_state_flush()
4169 nstate = IPF_TCPS_LAST_ACK; in ipf_tcp_age()
4196 nstate = IPF_TCPS_LAST_ACK; in ipf_tcp_age()
4215 case IPF_TCPS_LAST_ACK: /* 8 */ in ipf_tcp_age()
4233 if (ostate == IPF_TCPS_LAST_ACK) { in ipf_tcp_age()
4566 tqp[IPF_TCPS_LAST_ACK].ifq_ttl = softc->ipf_tcplastack; in ipf_sttab_init()
H A Dip_compat.h1146 #define IPF_TCPS_LAST_ACK 8 /* had fin and close; await FIN ACK */ macro
H A Dfil.c8933 ipf_apply_timeout(&tab[IPF_TCPS_LAST_ACK], p->ipftu_int);
H A Dip_nat.c6685 case IPF_TCPS_LAST_ACK : in ipf_nat_extraflush()
/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.c1380 (ips.is_state[0] >= IPF_TCPS_LAST_ACK) && in topipstates()
1381 (ips.is_state[1] >= IPF_TCPS_LAST_ACK)) in topipstates()