Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dopenvswitch.h810 OVS_CT_ATTR_TIMEOUT, /* Associate timeout with this connection for enumerator
/linux-6.1.9/net/openvswitch/
Dconntrack.c1533 [OVS_CT_ATTR_TIMEOUT] = { .minlen = 1,
1621 case OVS_CT_ATTR_TIMEOUT: in parse_ct()
1842 if (nla_put_string(skb, OVS_CT_ATTR_TIMEOUT, ct_info->timeout)) in ovs_ct_action_to_attr()