Home
last modified time | relevance | path

Searched refs:nh_labels (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/net/mpls/
Daf_mpls.c109 return nh->nh_labels * sizeof(struct mpls_shim_hdr); in mpls_nh_header_size()
444 for (i = nh->nh_labels - 1; i >= 0; i--) { in mpls_forward()
777 nh->nh_labels = cfg->rc_output_labels; in mpls_nh_build_from_cfg()
778 for (i = 0; i < nh->nh_labels; i++) in mpls_nh_build_from_cfg()
809 err = nla_get_labels(newdst, max_labels, &nh->nh_labels, in mpls_nh_build()
2000 if (nh->nh_labels && in mpls_dump_route()
2001 nla_put_labels(skb, RTA_NEWDST, nh->nh_labels, in mpls_dump_route()
2044 if (nh->nh_labels && nla_put_labels(skb, RTA_NEWDST, in mpls_dump_route()
2045 nh->nh_labels, in mpls_dump_route()
2229 if (nh->nh_labels) /* RTA_NEWDST */ in lfib_nlmsg_size()
[all …]
Dinternal.h96 u8 nh_labels; member