Searched refs:OVS_CT_LABELS_LEN (Results 1 – 2 of 2) sorted by relevance
122 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()
444 #define OVS_CT_LABELS_LEN 16 macro446 __u8 ct_labels[OVS_CT_LABELS_LEN];