Lines Matching refs:labels
987 u8 labels, const u32 label[]) in nla_put_labels() argument
993 nla = nla_reserve(skb, attrtype, labels*4); in nla_put_labels()
999 for (i = labels - 1; i >= 0; i--) { in nla_put_labels()
1009 u32 max_labels, u8 *labels, u32 label[]) in nla_get_labels() argument
1049 *labels = nla_labels; in nla_get_labels()
1396 struct mpls_route __rcu **labels = NULL, **old; in resize_platform_label_table() local
1401 labels = kzalloc(size, GFP_KERNEL | __GFP_NOWARN | __GFP_NORETRY); in resize_platform_label_table()
1402 if (!labels) in resize_platform_label_table()
1403 labels = vzalloc(size); in resize_platform_label_table()
1405 if (!labels) in resize_platform_label_table()
1451 memcpy(labels, old, cp_size); in resize_platform_label_table()
1456 RCU_INIT_POINTER(labels[MPLS_LABEL_IPV6NULL], rt2); in resize_platform_label_table()
1462 RCU_INIT_POINTER(labels[MPLS_LABEL_IPV4NULL], rt0); in resize_platform_label_table()
1468 rcu_assign_pointer(net->mpls.platform_label, labels); in resize_platform_label_table()
1484 kvfree(labels); in resize_platform_label_table()