Home
last modified time | relevance | path

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

/linux/include/uapi/linux/netfilter/
H A Dnf_conntrack_tcp.h17 TCP_CONNTRACK_TIME_WAIT, enumerator
/linux/net/netfilter/
H A Dnf_conntrack_proto_tcp.c68 [TCP_CONNTRACK_TIME_WAIT] = 2 MINS,
85 #define sTW TCP_CONNTRACK_TIME_WAIT
906 case TCP_CONNTRACK_TIME_WAIT: in tcp_can_early_drop()
997 if (old_state < TCP_CONNTRACK_TIME_WAIT) in nf_conntrack_tcp_packet()
1143 case TCP_CONNTRACK_TIME_WAIT: in nf_conntrack_tcp_packet()
1508 timeouts[TCP_CONNTRACK_TIME_WAIT] = in tcp_timeout_nlattr_to_obj()
1550 htonl(timeouts[TCP_CONNTRACK_TIME_WAIT] / HZ)) || in tcp_timeout_obj_to_nlattr()
H A Dnf_conncount.c74 return conn->proto.tcp.state == TCP_CONNTRACK_TIME_WAIT || in already_closed()
H A Dnf_flow_table_core.c479 case TCP_CONNTRACK_TIME_WAIT: in nf_flow_table_tcp_timeout()
H A Dnf_nat_core.c317 if (old_state < TCP_CONNTRACK_TIME_WAIT) in nf_nat_may_kill()