Home
last modified time | relevance | path

Searched refs:table_fulls (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dneighbour.h129 unsigned long table_fulls; /* times even gc couldn't help */ member
/kernel/linux/linux-6.6/include/net/
H A Dneighbour.h132 unsigned long table_fulls; /* times even gc couldn't help */ member
/kernel/linux/linux-5.10/net/core/
H A Dneighbour.c433 NEIGH_CACHE_STAT_INC(tbl, table_fulls); in neigh_alloc()
2122 ndst.ndts_table_fulls += READ_ONCE(st->table_fulls); in neightbl_fill_info()
3336 seq_printf(seq, "entries allocs destroys hash_grows lookups hits res_failed rcv_probes_mcast rcv_probes_ucast periodic_gc_runs forced_gc_runs unresolved_discards table_fulls\n"); in neigh_stat_seq_show()
3359 st->table_fulls in neigh_stat_seq_show()
/kernel/linux/linux-6.6/net/core/
H A Dneighbour.c488 NEIGH_CACHE_STAT_INC(tbl, table_fulls); in neigh_alloc()
2229 ndst.ndts_table_fulls += READ_ONCE(st->table_fulls); in neightbl_fill_info()
3469 seq_puts(seq, "entries allocs destroys hash_grows lookups hits res_failed rcv_probes_mcast rcv_probes_ucast periodic_gc_runs forced_gc_runs unresolved_discards table_fulls\n"); in neigh_stat_seq_show()
3493 st->table_fulls in neigh_stat_seq_show()

Completed in 12 milliseconds