NEIGH_NR_TABLES   235 include/net/neighbour.h 	NEIGH_LINK_TABLE = NEIGH_NR_TABLES /* Pseudo table for neigh_xmit */
NEIGH_NR_TABLES  1671 net/core/neighbour.c static struct neigh_table *neigh_tables[NEIGH_NR_TABLES] __read_mostly;
NEIGH_NR_TABLES  2197 net/core/neighbour.c 	for (tidx = 0; tidx < NEIGH_NR_TABLES; tidx++) {
NEIGH_NR_TABLES  2379 net/core/neighbour.c 	for (tidx = 0; tidx < NEIGH_NR_TABLES; tidx++) {
NEIGH_NR_TABLES  2722 net/core/neighbour.c 	for (t = 0; t < NEIGH_NR_TABLES; t++) {
NEIGH_NR_TABLES  2985 net/core/neighbour.c 	if (likely(index < NEIGH_NR_TABLES)) {
NEIGH_NR_TABLES  1658 net/mpls/af_mpls.c 	static const int table_to_family[NEIGH_NR_TABLES + 1] = {
NEIGH_NR_TABLES  1669 net/mpls/af_mpls.c 	if (table <= NEIGH_NR_TABLES)