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

/linux-master/include/uapi/linux/
H A Dopenvswitch.h791 * @OVS_CT_ATTR_LABELS: %OVS_CT_LABELS_LEN value followed by %OVS_CT_LABELS_LEN
819 OVS_CT_ATTR_LABELS, /* labels to associate with this connection. */ enumerator in enum:ovs_ct_attr
/linux-master/net/openvswitch/
H A Dconntrack.c1192 [OVS_CT_ATTR_LABELS] = { .minlen = sizeof(struct md_labels),
1258 case OVS_CT_ATTR_LABELS: {
1504 nla_put(skb, OVS_CT_ATTR_LABELS, sizeof(ct_info->labels),

Completed in 291 milliseconds