Searched refs:RTA_NEWDST (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/net/mpls/ |
D | af_mpls.c | 862 nla = nla_find(attrs, attrlen, RTA_NEWDST); in mpls_count_nexthops() 915 nla_newdst = nla_find(attrs, attrlen, RTA_NEWDST); in mpls_nh_build_multi() 1807 case RTA_NEWDST: in rtm_to_route_config() 1945 nla_put_labels(skb, RTA_NEWDST, nh->nh_labels, in mpls_dump_route() 1988 if (nh->nh_labels && nla_put_labels(skb, RTA_NEWDST, in mpls_dump_route() 2178 if (tb[RTA_NEWDST]) { in mpls_getroute() 2179 if (nla_get_labels(tb[RTA_NEWDST], MAX_NEW_LABELS, &n_labels, in mpls_getroute() 2251 nla_put_labels(skb, RTA_NEWDST, nh->nh_labels, in mpls_getroute()
|
/Linux-v4.19/include/uapi/linux/ |
D | rtnetlink.h | 334 RTA_NEWDST, enumerator
|