Searched refs:nla_put_labels (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/net/mpls/ |
| H A D | internal.h | 193 int nla_put_labels(struct sk_buff *skb, int attrtype, u8 labels,
|
| H A D | af_mpls.c | 1703 int nla_put_labels(struct sk_buff *skb, int attrtype, in nla_put_labels() function 1723 EXPORT_SYMBOL_GPL(nla_put_labels); 2010 if (nla_put_labels(skb, RTA_DST, 1, &label)) in mpls_dump_route() 2025 nla_put_labels(skb, RTA_NEWDST, nh->nh_labels, in mpls_dump_route() 2068 if (nh->nh_labels && nla_put_labels(skb, RTA_NEWDST, in mpls_dump_route() 2494 if (nla_put_labels(skb, RTA_DST, 1, &in_label)) in mpls_getroute() 2498 nla_put_labels(skb, RTA_NEWDST, nh->nh_labels, in mpls_getroute()
|
| H A D | mpls_iptunnel.c | 235 if (nla_put_labels(skb, MPLS_IPTUNNEL_DST, tun_encap_info->labels, in mpls_fill_encap_info()
|