Searched refs:nla_put_labels (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/mpls/
H A Dinternal.h192 int nla_put_labels(struct sk_buff *skb, int attrtype, u8 labels,
H A Dmpls_iptunnel.c233 if (nla_put_labels(skb, MPLS_IPTUNNEL_DST, tun_encap_info->labels,
H A Daf_mpls.c1687 int nla_put_labels(struct sk_buff *skb, int attrtype, function
1707 EXPORT_SYMBOL_GPL(nla_put_labels); variable
1994 if (nla_put_labels(skb, RTA_DST, 1, &label))
2009 nla_put_labels(skb, RTA_NEWDST, nh->nh_labels,
2052 if (nh->nh_labels && nla_put_labels(skb, RTA_NEWDST,
2476 if (nla_put_labels(skb, RTA_DST, 1, &in_label))
2480 nla_put_labels(skb, RTA_NEWDST, nh->nh_labels,

Completed in 160 milliseconds