Home
last modified time | relevance | path

Searched refs:rt_idev (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Droute.c251 rt->rt_idev = ort->rt_idev; in nip_rt_copy_init()
252 if (rt->rt_idev) in nip_rt_copy_init()
253 nin_dev_hold(rt->rt_idev); in nip_rt_copy_init()
386 if (rt->rt_idev) { in nip_route_output_flags()
387 read_lock_bh(&rt->rt_idev->lock); in nip_route_output_flags()
389 if (!list_empty(&rt->rt_idev->addr_list)) { in nip_route_output_flags()
392 list_for_each_entry(ifp, &rt->rt_idev->addr_list, if_list) { in nip_route_output_flags()
397 read_unlock_bh(&rt->rt_idev->lock); in nip_route_output_flags()
544 rt->rt_idev in nip_route_info_create()
[all...]
H A Dnip_fib.c126 fib_node->nip_route_info->rt_idev->dev->ifindex, in is_nip_route_exist()
127 rt->rt_idev->dev->ifindex)) in is_nip_route_exist()
150 nip_dbg("%s ifindex=%u (addr=%s, gateway=%s, rt_idev->refcnt=%u)", in nip_fib_add()
151 rt->rt_idev->dev->name, rt->rt_idev->dev->ifindex, in nip_fib_add()
152 dst, gateway, refcount_read(&rt->rt_idev->refcnt)); in nip_fib_add()
/kernel/linux/common_modules/newip/third_party/linux-5.10/include/net/
H A Dnip_fib.h58 struct ninet_dev *rt_idev; member
75 return ((struct nip_rt_info *)dst)->rt_idev; in nip_dst_idev()
/kernel/linux/linux-5.10/net/ipv6/
H A Droute.c174 struct inet6_dev *rt_idev = rt->rt6i_idev; in rt6_uncached_list_flush_dev() local
177 if (rt_idev->dev == dev) { in rt6_uncached_list_flush_dev()
179 in6_dev_put(rt_idev); in rt6_uncached_list_flush_dev()
/kernel/linux/linux-6.6/net/ipv6/
H A Droute.c173 struct inet6_dev *rt_idev = rt->rt6i_idev; in rt6_uncached_list_flush_dev() local
177 if (rt_idev->dev == dev) { in rt6_uncached_list_flush_dev()
179 in6_dev_put(rt_idev); in rt6_uncached_list_flush_dev()

Completed in 18 milliseconds