Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
H A Dneighbour.h117 unsigned long res_failed; /* number of failed resolutions */ member
/kernel/linux/linux-6.6/include/net/
H A Dneighbour.h120 unsigned long res_failed; /* number of failed resolutions */ member
/kernel/linux/linux-5.10/drivers/scsi/arm/
H A Dfas216.c2343 res_failed, /* not found */ enumerator
2358 enum res_find res = res_failed; in fas216_find_command()
2460 case res_failed: in fas216_eh_abort()
/kernel/linux/linux-6.6/drivers/scsi/arm/
H A Dfas216.c2345 res_failed, /* not found */ enumerator
2360 enum res_find res = res_failed; in fas216_find_command()
2462 case res_failed: in fas216_eh_abort()
/kernel/linux/linux-5.10/net/core/
H A Dneighbour.c994 NEIGH_CACHE_STAT_INC(neigh->tbl, res_failed);
2115 ndst.ndts_res_failed += READ_ONCE(st->res_failed); 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()
3351 st->res_failed, in neigh_stat_seq_show()
/kernel/linux/linux-6.6/net/core/
H A Dneighbour.c1047 NEIGH_CACHE_STAT_INC(neigh->tbl, res_failed);
2222 ndst.ndts_res_failed += READ_ONCE(st->res_failed); 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()
3485 st->res_failed, in neigh_stat_seq_show()

Completed in 24 milliseconds