Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/
A Dneighbour.h243 NEIGH_NR_TABLES, enumerator
244 NEIGH_LINK_TABLE = NEIGH_NR_TABLES /* Pseudo table for neigh_xmit */
/linux-6.3-rc2/net/core/
A Dneighbour.c1792 static struct neigh_table *neigh_tables[NEIGH_NR_TABLES] __read_mostly;
2352 for (tidx = 0; tidx < NEIGH_NR_TABLES; tidx++) { in neightbl_set()
2538 for (tidx = 0; tidx < NEIGH_NR_TABLES; tidx++) { in neightbl_dump_info()
2900 for (t = 0; t < NEIGH_NR_TABLES; t++) { in neigh_dump_info()
3165 if (likely(index < NEIGH_NR_TABLES)) { in neigh_xmit()
/linux-6.3-rc2/net/mpls/
A Daf_mpls.c1682 static const int table_to_family[NEIGH_NR_TABLES + 1] = { in nla_put_via()
1693 if (table <= NEIGH_NR_TABLES) in nla_put_via()

Completed in 16 milliseconds