Home
last modified time | relevance | path

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

/Linux-v4.19/net/decnet/
Ddn_route.c1611 nla_put_u32(skb, RTA_IIF, rt->fld.flowidn_iif) < 0) in dn_rt_fill_info()
1625 [RTA_IIF] = { .type = NLA_U32 },
1674 if (tb[RTA_IIF]) in dn_cache_getroute()
1675 fld.flowidn_iif = nla_get_u32(tb[RTA_IIF]); in dn_cache_getroute()
/Linux-v4.19/net/ipv4/
Dipmr_base.c224 nla_put_u32(skb, RTA_IIF, in mr_fill_mroute()
Droute.c2701 if (nla_put_u32(skb, RTA_IIF, fl4->flowi4_iif)) in rt_fill_info()
2805 iif = tb[RTA_IIF] ? nla_get_u32(tb[RTA_IIF]) : 0; in inet_rtm_getroute()
Dfib_frontend.c639 [RTA_IIF] = { .type = NLA_U32 },
Dipmr.c2537 [RTA_IIF] = { .type = NLA_U32 },
2604 case RTA_IIF: in rtm_to_ipmr_mfcc()
/Linux-v4.19/include/uapi/linux/
Drtnetlink.h318 RTA_IIF, enumerator
/Linux-v4.19/net/ipv6/
Droute.c4147 [RTA_IIF] = { .type = NLA_U32 },
4742 if (nla_put_u32(skb, RTA_IIF, iif)) in rt6_fill_node()
4881 if (tb[RTA_IIF]) in inet6_rtm_getroute()
4882 iif = nla_get_u32(tb[RTA_IIF]); in inet6_rtm_getroute()