Home
last modified time | relevance | path

Searched refs:tcp_fin_timeout (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/
H A Dip_vs.h274 int tcp_fin_timeout; member
/linux/net/netfilter/ipvs/
H A Dip_vs_ctl.c3211 u->tcp_fin_timeout,
3216 u->tcp_fin_timeout < 0 || u->tcp_fin_timeout > (INT_MAX / HZ)) {
3233 if (u->tcp_fin_timeout) { in ip_vs_copy_usvc_compat()
3236 = u->tcp_fin_timeout * HZ;
3598 u->tcp_fin_timeout = pd->timeout_table[IP_VS_TCP_S_FIN_WAIT] / HZ; in do_ip_vs_get_ctl()
4496 t.tcp_fin_timeout = in ip_vs_genl_set_cmd()
4724 t.tcp_fin_timeout))