Searched refs:nla_get_labels (Results 1 – 1 of 1) sorted by relevance
| /linux/net/mpls/ |
| H A D | af_mpls.c | 845 err = nla_get_labels(newdst, max_labels, &nh->nh_labels, in mpls_nh_build() 899 nla_get_labels(nla, MAX_NEW_LABELS, &n_labels, in mpls_count_nexthops() 1769 int nla_get_labels(const struct nlattr *nla, u8 max_labels, u8 *labels, in nla_get_labels() function 1848 EXPORT_SYMBOL_GPL(nla_get_labels); 1929 if (nla_get_labels(nla, MAX_NEW_LABELS, in rtm_to_route_config() 1937 if (nla_get_labels(nla, 1, &label_count, in rtm_to_route_config() 2443 if (nla_get_labels(tb[RTA_DST], 1, &label_count, in mpls_getroute() 2482 if (nla_get_labels(tb[RTA_NEWDST], MAX_NEW_LABELS, &n_labels, in mpls_getroute()
|