Home
last modified time | relevance | path

Searched refs:RTA_VIA (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Drtnetlink.h379 RTA_VIA, enumerator
/openbmc/linux/net/mpls/
H A Daf_mpls.c852 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 Dfib_semantics.c725 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 Dfib_frontend.c785 case RTA_VIA: in rtm_to_fib_config()
H A Droute.c3022 nla = nla_reserve(skb, RTA_VIA, alen + 2); in rt_fill_info()
/openbmc/linux/net/ipv6/
H A Droute.c5070 if (tb[RTA_VIA]) { in rtm_to_fib6_config()