Home
last modified time | relevance | path

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

/openbmc/linux/net/mpls/
H A Daf_mpls.c110 return nh->nh_labels * sizeof(struct mpls_shim_hdr); in mpls_nh_header_size()
447 for (i = nh->nh_labels - 1; i >= 0; i--) { in mpls_forward()
779 nh->nh_labels = cfg->rc_output_labels; in mpls_nh_build_from_cfg()
780 for (i = 0; i < nh->nh_labels; i++) in mpls_nh_build_from_cfg()
2025 if (nh->nh_labels && in mpls_dump_route()
2070 nh->nh_labels, in mpls_dump_route()
2250 if (nh->nh_labels) /* RTA_NEWDST */ in lfib_nlmsg_size()
2251 payload += nla_total_size(nh->nh_labels * 4); in lfib_nlmsg_size()
2263 if (nh->nh_labels) in lfib_nlmsg_size()
2264 nhsize += nla_total_size(nh->nh_labels * 4); in lfib_nlmsg_size()
[all …]
H A Dinternal.h96 u8 nh_labels; member