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

/linux-master/include/uapi/linux/
H A Dopenvswitch.h788 * @OVS_CT_ATTR_MARK: u32 value followed by u32 mask. For each bit set in the
818 OVS_CT_ATTR_MARK, /* mark to associate with this connection. */ enumerator in enum:ovs_ct_attr
/linux-master/net/openvswitch/
H A Dconntrack.c1190 [OVS_CT_ATTR_MARK] = { .minlen = sizeof(struct md_mark),
1246 case OVS_CT_ATTR_MARK: {
1499 nla_put(skb, OVS_CT_ATTR_MARK, sizeof(ct_info->mark),

Completed in 173 milliseconds