Searched refs:RTA_NEWDST (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/mpls/ |
H A D | af_mpls.c | 863 nla = nla_find(attrs, attrlen, RTA_NEWDST); in mpls_count_nexthops() 916 nla_newdst = nla_find(attrs, attrlen, RTA_NEWDST); in mpls_nh_build_multi() 1869 case RTA_NEWDST: in rtm_to_route_config() 2010 nla_put_labels(skb, RTA_NEWDST, nh->nh_labels, in mpls_dump_route() 2053 if (nh->nh_labels && nla_put_labels(skb, RTA_NEWDST, in mpls_dump_route() 2320 if ((tb[RTA_DST] || tb[RTA_NEWDST]) && !rtm->rtm_dst_len) { in mpls_valid_getroute_req() 2331 case RTA_NEWDST: in mpls_valid_getroute_req() 2406 if (tb[RTA_NEWDST]) { in mpls_getroute() 2407 if (nla_get_labels(tb[RTA_NEWDST], MAX_NEW_LABELS, &n_labels, in mpls_getroute() 2479 nla_put_labels(skb, RTA_NEWDST, nh->nh_labels, in mpls_getroute()
|
/openbmc/linux/include/uapi/linux/ |
H A D | rtnetlink.h | 380 RTA_NEWDST, enumerator
|