neigh_vars       3566 net/core/neighbour.c 	struct ctl_table neigh_vars[NEIGH_VAR_MAX + 1];
neigh_vars       3568 net/core/neighbour.c 	.neigh_vars = {
neigh_vars       3633 net/core/neighbour.c 		t->neigh_vars[i].data += (long) p;
neigh_vars       3634 net/core/neighbour.c 		t->neigh_vars[i].extra1 = dev;
neigh_vars       3635 net/core/neighbour.c 		t->neigh_vars[i].extra2 = p;
neigh_vars       3641 net/core/neighbour.c 		memset(&t->neigh_vars[NEIGH_VAR_GC_INTERVAL], 0,
neigh_vars       3642 net/core/neighbour.c 		       sizeof(t->neigh_vars[NEIGH_VAR_GC_INTERVAL]));
neigh_vars       3646 net/core/neighbour.c 		t->neigh_vars[NEIGH_VAR_GC_INTERVAL].data = &tbl->gc_interval;
neigh_vars       3647 net/core/neighbour.c 		t->neigh_vars[NEIGH_VAR_GC_THRESH1].data = &tbl->gc_thresh1;
neigh_vars       3648 net/core/neighbour.c 		t->neigh_vars[NEIGH_VAR_GC_THRESH2].data = &tbl->gc_thresh2;
neigh_vars       3649 net/core/neighbour.c 		t->neigh_vars[NEIGH_VAR_GC_THRESH3].data = &tbl->gc_thresh3;
neigh_vars       3654 net/core/neighbour.c 		t->neigh_vars[NEIGH_VAR_RETRANS_TIME].proc_handler = handler;
neigh_vars       3656 net/core/neighbour.c 		t->neigh_vars[NEIGH_VAR_BASE_REACHABLE_TIME].proc_handler = handler;
neigh_vars       3658 net/core/neighbour.c 		t->neigh_vars[NEIGH_VAR_RETRANS_TIME_MS].proc_handler = handler;
neigh_vars       3660 net/core/neighbour.c 		t->neigh_vars[NEIGH_VAR_BASE_REACHABLE_TIME_MS].proc_handler = handler;
neigh_vars       3669 net/core/neighbour.c 		t->neigh_vars[NEIGH_VAR_BASE_REACHABLE_TIME].proc_handler =
neigh_vars       3672 net/core/neighbour.c 		t->neigh_vars[NEIGH_VAR_BASE_REACHABLE_TIME_MS].proc_handler =
neigh_vars       3678 net/core/neighbour.c 		t->neigh_vars[0].procname = NULL;
neigh_vars       3694 net/core/neighbour.c 		register_net_sysctl(neigh_parms_net(p), neigh_path, t->neigh_vars);