Searched refs:RTA_GATEWAY (Results 1 – 8 of 8) sorted by relevance
/openbmc/phosphor-networkd/src/ |
H A D | rtnetlink.cpp | 104 case RTA_GATEWAY: in parse()
|
/openbmc/linux/net/ipv4/ |
H A D | fib_semantics.c | 724 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in fib_get_nhs() 951 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in fib_nh_match() 1660 if (nla_put_in_addr(skb, RTA_GATEWAY, nhc->nhc_gw.ipv4)) in fib_nexthop_info() 1679 } else if (nla_put_in6_addr(skb, RTA_GATEWAY, in fib_nexthop_info()
|
H A D | fib_frontend.c | 666 [RTA_GATEWAY] = { .type = NLA_U32 }, 779 case RTA_GATEWAY: in rtm_to_fib_config()
|
H A D | route.c | 3015 nla_put_in_addr(skb, RTA_GATEWAY, rt->rt_gw4)) { in rt_fill_info()
|
/openbmc/linux/include/uapi/linux/ |
H A D | rtnetlink.h | 366 RTA_GATEWAY, enumerator
|
/openbmc/linux/samples/bpf/ |
H A D | xdp_router_ipv4_user.c | 132 case RTA_GATEWAY: in read_route()
|
/openbmc/linux/net/ipv6/ |
H A D | route.c | 4986 [RTA_GATEWAY] = { .len = sizeof(struct in6_addr) }, 5057 if (tb[RTA_GATEWAY] || tb[RTA_OIF] || in rtm_to_fib6_config() 5066 if (tb[RTA_GATEWAY]) { in rtm_to_fib6_config() 5067 cfg->fc_gateway = nla_get_in6_addr(tb[RTA_GATEWAY]); in rtm_to_fib6_config() 5285 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in ip6_route_multipath_add() 5456 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in ip6_route_multipath_del() 5718 nla_put_in6_addr(skb, RTA_GATEWAY, &rt6->rt6i_gateway)) in rt6_fill_node()
|
/openbmc/linux/net/mpls/ |
H A D | af_mpls.c | 1887 case RTA_GATEWAY: in rtm_to_route_config()
|