| /OK3568_Linux_fs/kernel/net/decnet/ |
| H A D | dn_fib.c | 184 gw_attr = nla_find((struct nlattr *) (nhp + 1), attrlen, RTA_GATEWAY); in dn_fib_get_nhs() 325 if (attrs[RTA_GATEWAY] && in dn_fib_create_info() 326 fi->fib_nh->nh_gw != nla_get_le16(attrs[RTA_GATEWAY])) in dn_fib_create_info() 334 if (attrs[RTA_GATEWAY]) in dn_fib_create_info() 335 nh->nh_gw = nla_get_le16(attrs[RTA_GATEWAY]); in dn_fib_create_info() 342 if (!attrs[RTA_GATEWAY] || nhs != 1 || attrs[RTA_OIF]) in dn_fib_create_info() 345 fi->fib_nh->nh_gw = nla_get_le16(attrs[RTA_GATEWAY]); in dn_fib_create_info() 350 if (attrs[RTA_GATEWAY] || attrs[RTA_OIF] || attrs[RTA_MULTIPATH]) in dn_fib_create_info()
|
| H A D | dn_table.c | 238 if (attrs[RTA_OIF] || attrs[RTA_GATEWAY]) { in dn_fib_nh_match() 240 (!attrs[RTA_GATEWAY] || nla_get_le16(attrs[RTA_GATEWAY]) != fi->fib_nh->nh_gw)) in dn_fib_nh_match() 262 gw_attr = nla_find((struct nlattr *) (nhp + 1), attrlen, RTA_GATEWAY); in dn_fib_nh_match() 339 nla_put_le16(skb, RTA_GATEWAY, fi->fib_nh->nh_gw) < 0) in dn_fib_dump_info() 364 nla_put_le16(skb, RTA_GATEWAY, nh->nh_gw) < 0) in dn_fib_dump_info()
|
| H A D | dn_route.c | 1595 nla_put_le16(skb, RTA_GATEWAY, rt->rt_gateway) < 0) in dn_rt_fill_info() 1623 [RTA_GATEWAY] = { .type = NLA_U16 },
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/libmnl/ |
| H A D | ifutils.c | 593 mnl_attr_put_u32(nlh, RTA_GATEWAY, gwaddr->ip); in if_act_on_route() 596 mnl_attr_put(nlh, RTA_GATEWAY, sizeof(struct in6_addr), gwaddr); in if_act_on_route()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | fib_semantics.c | 721 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in fib_get_nhs() 948 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in fib_nh_match() 1670 if (nla_put_in_addr(skb, RTA_GATEWAY, nhc->nhc_gw.ipv4)) in fib_nexthop_info() 1689 } else if (nla_put_in6_addr(skb, RTA_GATEWAY, in fib_nexthop_info()
|
| H A D | fib_frontend.c | 660 [RTA_GATEWAY] = { .type = NLA_U32 }, 765 case RTA_GATEWAY: in rtm_to_fib_config()
|
| H A D | route.c | 2904 nla_put_in_addr(skb, RTA_GATEWAY, rt->rt_gw4)) { in rt_fill_info()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | rtnetlink.h | 320 RTA_GATEWAY, enumerator
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | rtnetlink.h | 320 RTA_GATEWAY, enumerator
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | rtnetlink.h | 344 RTA_GATEWAY, enumerator
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | xdp_router_ipv4_user.c | 174 case RTA_GATEWAY: in read_route()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | route.c | 4843 [RTA_GATEWAY] = { .len = sizeof(struct in6_addr) }, 4908 if (tb[RTA_GATEWAY] || tb[RTA_OIF] || in rtm_to_fib6_config() 4917 if (tb[RTA_GATEWAY]) { in rtm_to_fib6_config() 4918 cfg->fc_gateway = nla_get_in6_addr(tb[RTA_GATEWAY]); in rtm_to_fib6_config() 5132 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in ip6_route_multipath_add() 5310 nla = nla_find(attrs, attrlen, RTA_GATEWAY); in ip6_route_multipath_del() 5567 nla_put_in6_addr(skb, RTA_GATEWAY, &rt6->rt6i_gateway)) in rt6_fill_node()
|
| /OK3568_Linux_fs/kernel/net/mpls/ |
| H A D | af_mpls.c | 1902 case RTA_GATEWAY: in rtm_to_route_config()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/ |
| H A D | os_intfs.c | 2584 case RTA_GATEWAY:
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/ |
| H A D | os_intfs.c | 2575 case RTA_GATEWAY:
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/os_dep/linux/ |
| H A D | os_intfs.c | 3142 case RTA_GATEWAY: in parse_routes()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/os_dep/linux/ |
| H A D | os_intfs.c | 3126 case RTA_GATEWAY: in parse_routes()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/os_dep/linux/ |
| H A D | os_intfs.c | 2915 case RTA_GATEWAY: in parse_routes()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/os_dep/linux/ |
| H A D | os_intfs.c | 3572 case RTA_GATEWAY:
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/os_dep/linux/ |
| H A D | os_intfs.c | 4099 case RTA_GATEWAY:
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/os_dep/linux/ |
| H A D | os_intfs.c | 4115 case RTA_GATEWAY:
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/os_dep/linux/ |
| H A D | os_intfs.c | 4097 case RTA_GATEWAY:
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/os_dep/linux/ |
| H A D | os_intfs.c | 4229 case RTA_GATEWAY:
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/os_dep/linux/ |
| H A D | os_intfs.c | 4375 case RTA_GATEWAY:
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/os_dep/linux/ |
| H A D | os_intfs.c | 4469 case RTA_GATEWAY:
|