Lines Matching refs:fib6_nh
152 sz += sizeof(struct fib6_nh); in fib6_info_alloc()
174 fib6_nh_release(f6i->fib6_nh); in fib6_info_destroy_rcu()
953 static void __fib6_drop_pcpu_from(struct fib6_nh *fib6_nh, in __fib6_drop_pcpu_from() argument
959 if (!fib6_nh->rt6i_pcpu) in __fib6_drop_pcpu_from()
969 ppcpu_rt = per_cpu_ptr(fib6_nh->rt6i_pcpu, cpu); in __fib6_drop_pcpu_from()
991 static int fib6_nh_drop_pcpu_from(struct fib6_nh *nh, void *_arg) in fib6_nh_drop_pcpu_from()
1017 struct fib6_nh *fib6_nh; in fib6_drop_pcpu_from() local
1019 fib6_nh = f6i->fib6_nh; in fib6_drop_pcpu_from()
1020 __fib6_drop_pcpu_from(fib6_nh, f6i, table); in fib6_drop_pcpu_from()
2483 struct fib6_nh *fib6_nh = rt->fib6_nh; in ipv6_route_native_seq_show() local
2488 fib6_nh = nexthop_fib6_nh_bh(rt->nh); in ipv6_route_native_seq_show()
2497 if (fib6_nh->fib_nh_gw_family) { in ipv6_route_native_seq_show()
2499 seq_printf(seq, "%pi6", &fib6_nh->fib_nh_gw6); in ipv6_route_native_seq_show()
2504 dev = fib6_nh->fib_nh_dev; in ipv6_route_native_seq_show()