Lines Matching refs:labels
610 u8 labels, const u32 label[]) in nla_put_labels() argument
616 nla = nla_reserve(skb, attrtype, labels*4); in nla_put_labels()
622 for (i = labels - 1; i >= 0; i--) { in nla_put_labels()
631 u32 max_labels, u32 *labels, u32 label[]) in nla_get_labels() argument
671 *labels = nla_labels; in nla_get_labels()
935 struct mpls_route __rcu **labels = NULL, **old; in resize_platform_label_table() local
940 labels = kzalloc(size, GFP_KERNEL | __GFP_NOWARN | __GFP_NORETRY); in resize_platform_label_table()
941 if (!labels) in resize_platform_label_table()
942 labels = vzalloc(size); in resize_platform_label_table()
944 if (!labels) in resize_platform_label_table()
984 memcpy(labels, old, cp_size); in resize_platform_label_table()
989 RCU_INIT_POINTER(labels[MPLS_LABEL_IPV6NULL], rt2); in resize_platform_label_table()
995 RCU_INIT_POINTER(labels[MPLS_LABEL_IPV4NULL], rt0); in resize_platform_label_table()
1001 rcu_assign_pointer(net->mpls.platform_label, labels); in resize_platform_label_table()
1017 kvfree(labels); in resize_platform_label_table()