Searched refs:RTA_VIA (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | rtnetlink.h | 379 RTA_VIA, enumerator
|
/openbmc/linux/net/mpls/ |
H A D | af_mpls.c | 852 nla = nla_find(attrs, attrlen, RTA_VIA); in mpls_count_nexthops() 915 nla_via = nla_find(attrs, attrlen, RTA_VIA); in mpls_nh_build_multi() 1675 nla = nla_reserve(skb, RTA_VIA, alen + 2); in nla_put_via() 1890 case RTA_VIA: in rtm_to_route_config()
|
/openbmc/linux/net/ipv4/ |
H A D | fib_semantics.c | 725 nlav = nla_find(attrs, attrlen, RTA_VIA); in fib_get_nhs() 952 nlav = nla_find(attrs, attrlen, RTA_VIA); in fib_nh_match() 1672 nla = nla_reserve(skb, RTA_VIA, alen + 2); in fib_nexthop_info()
|
H A D | fib_frontend.c | 785 case RTA_VIA: in rtm_to_fib_config()
|
H A D | route.c | 3022 nla = nla_reserve(skb, RTA_VIA, alen + 2); in rt_fill_info()
|
/openbmc/linux/net/ipv6/ |
H A D | route.c | 5070 if (tb[RTA_VIA]) { in rtm_to_fib6_config()
|