Searched refs:rcv_probes_ucast (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/net/
H A Dneighbour.h126 unsigned long rcv_probes_ucast; /* number of received ucast ipv6 */ member in struct:neigh_statistics
/linux-master/net/ipv6/
H A Dndisc.c944 NEIGH_CACHE_STAT_INC(&nd_tbl, rcv_probes_ucast);
/linux-master/net/core/
H A Dneighbour.c2226 ndst.ndts_rcv_probes_ucast += READ_ONCE(st->rcv_probes_ucast);
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");
3488 st->rcv_probes_ucast,

Completed in 115 milliseconds