Searched refs:num_labels (Results 1 – 2 of 2) sorted by relevance
968 static int init_labels(struct nd_mapping *nd_mapping, int num_labels) in init_labels() argument984 for (i = old_num_labels; i < num_labels; i++) { in init_labels()996 return max(num_labels, old_num_labels); in init_labels()1009 return max(num_labels, old_num_labels); in init_labels()
2142 u8 i, num_labels; in __ovs_nla_put_key() local2145 num_labels = hweight_long(output->mpls.num_labels_mask); in __ovs_nla_put_key()2147 num_labels * sizeof(*mpls_key)); in __ovs_nla_put_key()2152 for (i = 0; i < num_labels; i++) in __ovs_nla_put_key()