Home
last modified time | relevance | path

Searched refs:NEIGH_NR_TABLES (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/net/
H A Dneighbour_tables.h8 NEIGH_NR_TABLES, enumerator
9 NEIGH_LINK_TABLE = NEIGH_NR_TABLES /* Pseudo table for neigh_xmit */
/linux-6.15/net/core/
H A Dneighbour.c1716 static struct neigh_table __rcu *neigh_tables[NEIGH_NR_TABLES] __read_mostly;
2284 for (tidx = 0; tidx < NEIGH_NR_TABLES; tidx++) { in neightbl_set()
2470 for (tidx = 0; tidx < NEIGH_NR_TABLES; tidx++) { in neightbl_dump_info()
2826 for (t = 0; t < NEIGH_NR_TABLES; t++) { in neigh_dump_info()
3087 if (likely(index < NEIGH_NR_TABLES)) { in neigh_xmit()
/linux-6.15/net/mpls/
H A Daf_mpls.c1666 static const int table_to_family[NEIGH_NR_TABLES + 1] = { in nla_put_via()
1677 if (table <= NEIGH_NR_TABLES) in nla_put_via()
/linux-6.15/include/linux/
H A Dnetdevice.h2544 struct hlist_head neighbours[NEIGH_NR_TABLES];