Searched refs:nla_put_labels (Results 1 – 1 of 1) sorted by relevance
| /linux/net/mpls/ |
| H A D | af_mpls.c | 1747 int nla_put_labels(struct sk_buff *skb, int attrtype, in nla_put_labels() function 1767 EXPORT_SYMBOL_GPL(nla_put_labels); 2060 if (nla_put_labels(skb, RTA_DST, 1, &label)) in mpls_dump_route() 2075 nla_put_labels(skb, RTA_NEWDST, nh->nh_labels, in mpls_dump_route() 2118 if (nh->nh_labels && nla_put_labels(skb, RTA_NEWDST, in mpls_dump_route() 2551 if (nla_put_labels(skb, RTA_DST, 1, &in_label)) in mpls_getroute() 2555 nla_put_labels(skb, RTA_NEWDST, nh->nh_labels, in mpls_getroute()
|