Searched refs:RTA_GATEWAY (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.6/net/ipv4/ |
| 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() 1661 if (nla_put_in_addr(skb, RTA_GATEWAY, nhc->nhc_gw.ipv4)) in fib_nexthop_info() 1680 } else if (nla_put_in6_addr(skb, RTA_GATEWAY, in fib_nexthop_info()
|
| D | fib_frontend.c | 666 [RTA_GATEWAY] = { .type = NLA_U32 }, 779 case RTA_GATEWAY: in rtm_to_fib_config()
|
| D | route.c | 2994 nla_put_in_addr(skb, RTA_GATEWAY, rt->rt_gw4)) { in rt_fill_info()
|
| /Linux-v6.6/include/uapi/linux/ |
| D | rtnetlink.h | 366 RTA_GATEWAY, enumerator
|
| /Linux-v6.6/samples/bpf/ |
| D | xdp_router_ipv4_user.c | 132 case RTA_GATEWAY: in read_route()
|
| /Linux-v6.6/net/ipv6/ |
| D | route.c | 4974 [RTA_GATEWAY] = { .len = sizeof(struct in6_addr) }, 5045 if (tb[RTA_GATEWAY] || tb[RTA_OIF] || in rtm_to_fib6_config() 5054 if (tb[RTA_GATEWAY]) { in rtm_to_fib6_config() 5055 cfg->fc_gateway = nla_get_in6_addr(tb[RTA_GATEWAY]); in rtm_to_fib6_config() 5269 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in ip6_route_multipath_add() 5447 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in ip6_route_multipath_del() 5705 nla_put_in6_addr(skb, RTA_GATEWAY, &rt6->rt6i_gateway)) in rt6_fill_node()
|
| /Linux-v6.6/net/mpls/ |
| D | af_mpls.c | 1903 case RTA_GATEWAY: in rtm_to_route_config()
|