Searched refs:nla_get_labels (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/mpls/ |
H A D | mpls_iptunnel.c | 187 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()
|
H A D | internal.h | 194 int nla_get_labels(const struct nlattr *nla, u8 max_labels, u8 *labels,
|
H A D | af_mpls.c | 811 err = nla_get_labels(newdst, max_labels, &nh->nh_labels, in mpls_nh_build() 865 nla_get_labels(nla, MAX_NEW_LABELS, &n_labels, in mpls_count_nexthops() 1710 int nla_get_labels(const struct nlattr *nla, u8 max_labels, u8 *labels, in nla_get_labels() function 1789 EXPORT_SYMBOL_GPL(nla_get_labels); 1870 if (nla_get_labels(nla, MAX_NEW_LABELS, in rtm_to_route_config() 1878 if (nla_get_labels(nla, 1, &label_count, in rtm_to_route_config() 2370 if (nla_get_labels(tb[RTA_DST], 1, &label_count, in mpls_getroute() 2407 if (nla_get_labels(tb[RTA_NEWDST], MAX_NEW_LABELS, &n_labels, in mpls_getroute()
|