Lines Matching refs:fib6_nh
152 sz += sizeof(struct fib6_nh);
174 fib6_nh_release(f6i->fib6_nh);
954 static void __fib6_drop_pcpu_from(struct fib6_nh *fib6_nh,
960 if (!fib6_nh->rt6i_pcpu)
971 ppcpu_rt = per_cpu_ptr(fib6_nh->rt6i_pcpu, cpu);
996 static int fib6_nh_drop_pcpu_from(struct fib6_nh *nh, void *_arg)
1022 struct fib6_nh *fib6_nh;
1024 fib6_nh = f6i->fib6_nh;
1025 __fib6_drop_pcpu_from(fib6_nh, f6i, table);
2484 struct fib6_nh *fib6_nh = rt->fib6_nh;
2489 fib6_nh = nexthop_fib6_nh_bh(rt->nh);
2498 if (fib6_nh->fib_nh_gw_family) {
2500 seq_printf(seq, "%pi6", &fib6_nh->fib_nh_gw6);
2505 dev = fib6_nh->fib_nh_dev;