Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/mpls/
H A Dinternal.h193 int nla_put_labels(struct sk_buff *skb, int attrtype, u8 labels,
H A Daf_mpls.c1707 int nla_put_labels(struct sk_buff *skb, int attrtype, in nla_put_labels() function
1727 EXPORT_SYMBOL_GPL(nla_put_labels); variable
2014 if (nla_put_labels(skb, RTA_DST, 1, &label)) in mpls_dump_route()
2029 nla_put_labels(skb, RTA_NEWDST, nh->nh_labels, in mpls_dump_route()
2072 if (nh->nh_labels && nla_put_labels(skb, RTA_NEWDST, in mpls_dump_route()
2498 if (nla_put_labels(skb, RTA_DST, 1, &in_label)) in mpls_getroute()
2502 nla_put_labels(skb, RTA_NEWDST, nh->nh_labels, in mpls_getroute()
H A Dmpls_iptunnel.c235 if (nla_put_labels(skb, MPLS_IPTUNNEL_DST, tun_encap_info->labels, in mpls_fill_encap_info()
/kernel/linux/linux-6.6/net/mpls/
H A Dinternal.h192 int nla_put_labels(struct sk_buff *skb, int attrtype, u8 labels,
H A Daf_mpls.c1704 int nla_put_labels(struct sk_buff *skb, int attrtype, in nla_put_labels() function
1724 EXPORT_SYMBOL_GPL(nla_put_labels); variable
2011 if (nla_put_labels(skb, RTA_DST, 1, &label)) in mpls_dump_route()
2026 nla_put_labels(skb, RTA_NEWDST, nh->nh_labels, in mpls_dump_route()
2069 if (nh->nh_labels && nla_put_labels(skb, RTA_NEWDST, in mpls_dump_route()
2491 if (nla_put_labels(skb, RTA_DST, 1, &in_label)) in mpls_getroute()
2495 nla_put_labels(skb, RTA_NEWDST, nh->nh_labels, in mpls_getroute()
H A Dmpls_iptunnel.c235 if (nla_put_labels(skb, MPLS_IPTUNNEL_DST, tun_encap_info->labels, in mpls_fill_encap_info()

Completed in 9 milliseconds