Home
last modified time | relevance | path

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

/linux-4.4.14/net/openvswitch/
Dconntrack.c122 if (len > OVS_CT_LABELS_LEN) in ovs_ct_get_labels()
123 len = OVS_CT_LABELS_LEN; in ovs_ct_get_labels()
124 else if (len < OVS_CT_LABELS_LEN) in ovs_ct_get_labels()
125 memset(labels, 0, OVS_CT_LABELS_LEN); in ovs_ct_get_labels()
128 memset(labels, 0, OVS_CT_LABELS_LEN); in ovs_ct_get_labels()
242 if (!cl || cl->words * sizeof(long) < OVS_CT_LABELS_LEN) in ovs_ct_set_labels()
246 OVS_CT_LABELS_LEN / sizeof(u32)); in ovs_ct_set_labels()
/linux-4.4.14/include/uapi/linux/
Dopenvswitch.h444 #define OVS_CT_LABELS_LEN 16 macro
446 __u8 ct_labels[OVS_CT_LABELS_LEN];