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

/linux-master/include/uapi/linux/
H A Dopenvswitch.h506 #define OVS_CT_LABELS_LEN (OVS_CT_LABELS_LEN_32 * sizeof(__u32)) macro
509 __u8 ct_labels[OVS_CT_LABELS_LEN];
791 * @OVS_CT_ATTR_LABELS: %OVS_CT_LABELS_LEN value followed by %OVS_CT_LABELS_LEN
/linux-master/net/openvswitch/
H A Dconntrack.c174 memcpy(labels, cl->bits, OVS_CT_LABELS_LEN);
176 memset(labels, 0, OVS_CT_LABELS_LEN);
412 memcpy(&key->ct.labels, cl->bits, OVS_CT_LABELS_LEN);
434 memcpy(&key->ct.labels, cl->bits, OVS_CT_LABELS_LEN);

Completed in 271 milliseconds