| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ifmetric/ifmetric/ |
| H A D | ifmetric.c_typo.patch | 8 case RTA_OIF: 11 - fprintf(stderr, "NETLINK: Recieved corrupt RTA_OIF payload.\n"); 12 + fprintf(stderr, "NETLINK: Received corrupt RTA_OIF payload.\n");
|
| /OK3568_Linux_fs/kernel/net/phonet/ |
| H A D | pn_netlink.c | 181 nla_put_u32(skb, RTA_OIF, dev->ifindex)) in fill_route() 215 [RTA_OIF] = { .type = NLA_U32 }, 244 if (tb[RTA_DST] == NULL || tb[RTA_OIF] == NULL) in route_doit() 250 dev = __dev_get_by_index(net, nla_get_u32(tb[RTA_OIF])); in route_doit()
|
| /OK3568_Linux_fs/kernel/net/decnet/ |
| H A D | dn_fib.c | 321 if (attrs[RTA_OIF] && in dn_fib_create_info() 322 fi->fib_nh->nh_oif != nla_get_u32(attrs[RTA_OIF])) in dn_fib_create_info() 331 if (attrs[RTA_OIF]) in dn_fib_create_info() 332 nh->nh_oif = nla_get_u32(attrs[RTA_OIF]); in dn_fib_create_info() 342 if (!attrs[RTA_GATEWAY] || nhs != 1 || attrs[RTA_OIF]) in dn_fib_create_info() 350 if (attrs[RTA_GATEWAY] || attrs[RTA_OIF] || attrs[RTA_MULTIPATH]) in dn_fib_create_info() 587 [RTA_OIF] = (struct nlattr *) &oif_attr, in fib_magic()
|
| H A D | dn_table.c | 238 if (attrs[RTA_OIF] || attrs[RTA_GATEWAY]) { in dn_fib_nh_match() 239 if ((!attrs[RTA_OIF] || nla_get_u32(attrs[RTA_OIF]) == fi->fib_nh->nh_oif) && in dn_fib_nh_match() 343 nla_put_u32(skb, RTA_OIF, fi->fib_nh->nh_oif) < 0) in dn_fib_dump_info()
|
| H A D | dn_route.c | 1583 nla_put_u32(skb, RTA_OIF, rt->dst.dev->ifindex) < 0) in dn_rt_fill_info() 1622 [RTA_OIF] = { .type = NLA_U32 }, 1692 if (tb[RTA_OIF]) in dn_cache_getroute() 1693 fld.flowidn_oif = nla_get_u32(tb[RTA_OIF]); in dn_cache_getroute()
|
| /OK3568_Linux_fs/kernel/net/mpls/ |
| H A D | af_mpls.c | 484 [RTA_OIF] = { .type = NLA_U32 }, 1881 case RTA_OIF: in rtm_to_route_config() 2033 if (dev && nla_put_u32(skb, RTA_OIF, dev->ifindex)) in mpls_dump_route() 2142 if (i == RTA_OIF) { in mpls_valid_fib_dump_req() 2507 if (dev && nla_put_u32(skb, RTA_OIF, dev->ifindex)) in mpls_getroute()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | fib_frontend.c | 659 [RTA_OIF] = { .type = NLA_U32 }, 762 case RTA_OIF: in rtm_to_fib_config() 948 case RTA_OIF: in ip_valid_fib_dump_req()
|
| H A D | route.c | 2890 nla_put_u32(skb, RTA_OIF, rt->dst.dev->ifindex)) in rt_fill_info() 3171 case RTA_OIF: in inet_rtm_valid_getroute_req() 3243 fl4.flowi4_oif = tb[RTA_OIF] ? nla_get_u32(tb[RTA_OIF]) : 0; in inet_rtm_getroute()
|
| H A D | fib_semantics.c | 1701 nla_put_u32(skb, RTA_OIF, nhc->nhc_dev->ifindex)) in fib_nexthop_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 | 319 RTA_OIF, 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 | 319 RTA_OIF, enumerator
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | rtnetlink.h | 343 RTA_OIF, enumerator
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | udpgso.c | 403 rta->rta_type = RTA_OIF; in set_route_mtu()
|
| H A D | ipsec.c | 415 if (rtattr_pack(&req.nh, sizeof(req), RTA_OIF, &index, sizeof(index))) in ip4_route_set()
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/libmnl/ |
| H A D | ifutils.c | 589 mnl_attr_put_u32(nlh, RTA_OIF, iface); in if_act_on_route()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | route.c | 4845 [RTA_OIF] = { .type = NLA_U32 }, 4908 if (tb[RTA_GATEWAY] || tb[RTA_OIF] || in rtm_to_fib6_config() 4947 if (tb[RTA_OIF]) in rtm_to_fib6_config() 4948 cfg->fc_ifindex = nla_get_u32(tb[RTA_OIF]); in rtm_to_fib6_config() 5570 if (dst->dev && nla_put_u32(skb, RTA_OIF, dst->dev->ifindex)) in rt6_fill_node() 5856 case RTA_OIF: in inet6_rtm_valid_getroute_req() 5912 if (tb[RTA_OIF]) in inet6_rtm_getroute() 5913 oif = nla_get_u32(tb[RTA_OIF]); in inet6_rtm_getroute()
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | xdp_router_ipv4_user.c | 178 case RTA_OIF: in read_route()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/ |
| H A D | os_intfs.c | 2581 case RTA_OIF:
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/ |
| H A D | os_intfs.c | 2572 case RTA_OIF:
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/os_dep/linux/ |
| H A D | os_intfs.c | 3139 case RTA_OIF: in parse_routes()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/os_dep/linux/ |
| H A D | os_intfs.c | 3123 case RTA_OIF: in parse_routes()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/os_dep/linux/ |
| H A D | os_intfs.c | 2912 case RTA_OIF: in parse_routes()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/os_dep/linux/ |
| H A D | os_intfs.c | 3569 case RTA_OIF:
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/os_dep/linux/ |
| H A D | os_intfs.c | 4096 case RTA_OIF:
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/os_dep/linux/ |
| H A D | os_intfs.c | 4112 case RTA_OIF:
|