Home
last modified time | relevance | path

Searched refs:NEIGH_NR_TABLES (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dneighbour.h238 NEIGH_NR_TABLES, enumerator
239 NEIGH_LINK_TABLE = NEIGH_NR_TABLES /* Pseudo table for neigh_xmit */
/kernel/linux/linux-6.6/include/net/
H A Dneighbour.h243 NEIGH_NR_TABLES, enumerator
244 NEIGH_LINK_TABLE = NEIGH_NR_TABLES /* Pseudo table for neigh_xmit */
/kernel/linux/linux-5.10/net/core/
H A Dneighbour.c1693 static struct neigh_table *neigh_tables[NEIGH_NR_TABLES] __read_mostly;
2225 for (tidx = 0; tidx < NEIGH_NR_TABLES; tidx++) { in neightbl_set()
2407 for (tidx = 0; tidx < NEIGH_NR_TABLES; tidx++) { in neightbl_dump_info()
2750 for (t = 0; t < NEIGH_NR_TABLES; t++) { in neigh_dump_info()
3013 if (likely(index < NEIGH_NR_TABLES)) { in neigh_xmit()
/kernel/linux/linux-6.6/net/core/
H A Dneighbour.c1772 static struct neigh_table *neigh_tables[NEIGH_NR_TABLES] __read_mostly;
2333 for (tidx = 0; tidx < NEIGH_NR_TABLES; tidx++) { in neightbl_set()
2519 for (tidx = 0; tidx < NEIGH_NR_TABLES; tidx++) { in neightbl_dump_info()
2881 for (t = 0; t < NEIGH_NR_TABLES; t++) { in neigh_dump_info()
3146 if (likely(index < NEIGH_NR_TABLES)) { in neigh_xmit()
/kernel/linux/linux-5.10/net/mpls/
H A Daf_mpls.c1687 static const int table_to_family[NEIGH_NR_TABLES + 1] = { in nla_put_via()
1698 if (table <= NEIGH_NR_TABLES) in nla_put_via()
/kernel/linux/linux-6.6/net/mpls/
H A Daf_mpls.c1684 static const int table_to_family[NEIGH_NR_TABLES + 1] = { in nla_put_via()
1695 if (table <= NEIGH_NR_TABLES) in nla_put_via()

Completed in 18 milliseconds