Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dopenvswitch.h818 OVS_CT_ATTR_MARK, /* mark to associate with this connection. */ enumerator
/openbmc/linux/net/openvswitch/
H A Dconntrack.c1195 [OVS_CT_ATTR_MARK] = { .minlen = sizeof(struct md_mark),
1251 case OVS_CT_ATTR_MARK: { in parse_ct()
1504 nla_put(skb, OVS_CT_ATTR_MARK, sizeof(ct_info->mark), in ovs_ct_action_to_attr()