Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dip_vs.h320 IPVS_CMD_ATTR_TIMEOUT_TCP, /* TCP connection timeout */ enumerator
/linux-3.4.99/net/netfilter/ipvs/
Dip_vs_ctl.c2764 [IPVS_CMD_ATTR_TIMEOUT_TCP] = { .type = NLA_U32 },
3279 if (attrs[IPVS_CMD_ATTR_TIMEOUT_TCP]) in ip_vs_genl_set_config()
3280 t.tcp_timeout = nla_get_u32(attrs[IPVS_CMD_ATTR_TIMEOUT_TCP]); in ip_vs_genl_set_config()
3478 NLA_PUT_U32(msg, IPVS_CMD_ATTR_TIMEOUT_TCP, t.tcp_timeout); in ip_vs_genl_get_cmd()