Home
last modified time | relevance | path

Searched refs:TCP_CONNTRACK_CLOSE_WAIT (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/netfilter/
H A Dnf_conntrack_tcp.h15 TCP_CONNTRACK_CLOSE_WAIT, enumerator
/linux/net/netfilter/
H A Dnf_conntrack_proto_tcp.c66 [TCP_CONNTRACK_CLOSE_WAIT] = 60 SECS,
83 #define sCW TCP_CONNTRACK_CLOSE_WAIT
908 case TCP_CONNTRACK_CLOSE_WAIT: in tcp_can_early_drop()
1500 timeouts[TCP_CONNTRACK_CLOSE_WAIT] = in tcp_timeout_nlattr_to_obj()
1546 htonl(timeouts[TCP_CONNTRACK_CLOSE_WAIT] / HZ)) || in tcp_timeout_obj_to_nlattr()
H A Dnf_flow_table_core.c477 case TCP_CONNTRACK_CLOSE_WAIT: in nf_flow_table_tcp_timeout()