Searched refs:nla_get_labels (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/net/mpls/ |
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()
|
D | internal.h | 206 int nla_get_labels(const struct nlattr *nla, u8 max_labels, u8 *labels,
|
D | af_mpls.c | 809 err = nla_get_labels(newdst, max_labels, &nh->nh_labels, in mpls_nh_build() 863 nla_get_labels(nla, MAX_NEW_LABELS, &n_labels, in mpls_count_nexthops() 1701 int nla_get_labels(const struct nlattr *nla, u8 max_labels, u8 *labels, in nla_get_labels() function 1780 EXPORT_SYMBOL_GPL(nla_get_labels); 1861 if (nla_get_labels(nla, MAX_NEW_LABELS, in rtm_to_route_config() 1869 if (nla_get_labels(nla, 1, &label_count, in rtm_to_route_config() 2365 if (nla_get_labels(tb[RTA_DST], 1, &label_count, in mpls_getroute() 2402 if (nla_get_labels(tb[RTA_NEWDST], MAX_NEW_LABELS, &n_labels, in mpls_getroute()
|