Home
last modified time | relevance | path

Searched refs:RTA_IIF (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/net/decnet/
H A Ddn_route.c1607 nla_put_u32(skb, RTA_IIF, rt->fld.flowidn_iif) < 0) in dn_rt_fill_info()
1621 [RTA_IIF] = { .type = NLA_U32 },
1670 if (tb[RTA_IIF]) in dn_cache_getroute()
1671 fld.flowidn_iif = nla_get_u32(tb[RTA_IIF]); in dn_cache_getroute()
/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 Drtnetlink.h318 RTA_IIF, 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 Drtnetlink.h318 RTA_IIF, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drtnetlink.h342 RTA_IIF, enumerator
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dipmr_base.c224 nla_put_u32(skb, RTA_IIF, in mr_fill_mroute()
H A Droute.c2966 if (nla_put_u32(skb, RTA_IIF, fl4->flowi4_iif)) in rt_fill_info()
3170 case RTA_IIF: in inet_rtm_valid_getroute_req()
3216 iif = tb[RTA_IIF] ? nla_get_u32(tb[RTA_IIF]) : 0; in inet_rtm_getroute()
H A Dipmr.c2609 [RTA_IIF] = { .type = NLA_U32 },
2676 case RTA_IIF: in rtm_to_ipmr_mfcc()
H A Dfib_frontend.c658 [RTA_IIF] = { .type = NLA_U32 },
/OK3568_Linux_fs/kernel/net/ipv6/
H A Droute.c4846 [RTA_IIF] = { .type = NLA_U32 },
5539 if (nla_put_u32(skb, RTA_IIF, iif)) in rt6_fill_node()
5855 case RTA_IIF: in inet6_rtm_valid_getroute_req()
5909 if (tb[RTA_IIF]) in inet6_rtm_getroute()
5910 iif = nla_get_u32(tb[RTA_IIF]); in inet6_rtm_getroute()