Home
last modified time | relevance | path

Searched refs:RTA_GATEWAY (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/net/ipv4/
A Dfib_semantics.c723 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in fib_get_nhs()
950 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in fib_nh_match()
1654 if (nla_put_in_addr(skb, RTA_GATEWAY, nhc->nhc_gw.ipv4)) in fib_nexthop_info()
1673 } else if (nla_put_in6_addr(skb, RTA_GATEWAY, in fib_nexthop_info()
A Dfib_frontend.c663 [RTA_GATEWAY] = { .type = NLA_U32 },
776 case RTA_GATEWAY: in rtm_to_fib_config()
A Droute.c2995 nla_put_in_addr(skb, RTA_GATEWAY, rt->rt_gw4)) { in rt_fill_info()
/linux-6.3-rc2/include/uapi/linux/
A Drtnetlink.h366 RTA_GATEWAY, enumerator
/linux-6.3-rc2/samples/bpf/
A Dxdp_router_ipv4_user.c132 case RTA_GATEWAY: in read_route()
/linux-6.3-rc2/net/ipv6/
A Droute.c4969 [RTA_GATEWAY] = { .len = sizeof(struct in6_addr) },
5040 if (tb[RTA_GATEWAY] || tb[RTA_OIF] || in rtm_to_fib6_config()
5049 if (tb[RTA_GATEWAY]) { in rtm_to_fib6_config()
5050 cfg->fc_gateway = nla_get_in6_addr(tb[RTA_GATEWAY]); in rtm_to_fib6_config()
5264 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in ip6_route_multipath_add()
5442 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in ip6_route_multipath_del()
5700 nla_put_in6_addr(skb, RTA_GATEWAY, &rt6->rt6i_gateway)) in rt6_fill_node()
/linux-6.3-rc2/net/mpls/
A Daf_mpls.c1901 case RTA_GATEWAY: in rtm_to_route_config()

Completed in 33 milliseconds