Home
last modified time | relevance | path

Searched refs:nla_get_labels (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/net/mpls/
Dmpls_iptunnel.c187 if (nla_get_labels(tb[MPLS_IPTUNNEL_DST], MAX_NEW_LABELS, in mpls_build_state()
197 ret = nla_get_labels(tb[MPLS_IPTUNNEL_DST], n_labels, in mpls_build_state()
Dinternal.h194 int nla_get_labels(const struct nlattr *nla, u8 max_labels, u8 *labels,
Daf_mpls.c810 err = nla_get_labels(newdst, max_labels, &nh->nh_labels, in mpls_nh_build()
864 nla_get_labels(nla, MAX_NEW_LABELS, &n_labels, in mpls_count_nexthops()
1720 int nla_get_labels(const struct nlattr *nla, u8 max_labels, u8 *labels, in nla_get_labels() function
1799 EXPORT_SYMBOL_GPL(nla_get_labels);
1880 if (nla_get_labels(nla, MAX_NEW_LABELS, in rtm_to_route_config()
1888 if (nla_get_labels(nla, 1, &label_count, in rtm_to_route_config()
2380 if (nla_get_labels(tb[RTA_DST], 1, &label_count, in mpls_getroute()
2417 if (nla_get_labels(tb[RTA_NEWDST], MAX_NEW_LABELS, &n_labels, in mpls_getroute()