Home
last modified time | relevance | path

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

/Linux-v5.15/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.h195 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()
1690 int nla_get_labels(const struct nlattr *nla, u8 max_labels, u8 *labels, in nla_get_labels() function
1769 EXPORT_SYMBOL_GPL(nla_get_labels);
1850 if (nla_get_labels(nla, MAX_NEW_LABELS, in rtm_to_route_config()
1858 if (nla_get_labels(nla, 1, &label_count, in rtm_to_route_config()
2354 if (nla_get_labels(tb[RTA_DST], 1, &label_count, in mpls_getroute()
2391 if (nla_get_labels(tb[RTA_NEWDST], MAX_NEW_LABELS, &n_labels, in mpls_getroute()