Home
last modified time | relevance | path

Searched refs:s_h (Results 1 – 2 of 2) sorted by relevance

/linux/net/core/
H A Dneighbour.c2776 int err = 0, h, s_h = cb->args[1]; in neigh_dump_table() local
2786 for (h = s_h; h < (1 << nht->hash_shift); h++) { in neigh_dump_table()
2787 if (h > s_h) in neigh_dump_table()
2817 int err = 0, h, s_h = cb->args[3]; in pneigh_dump_table() local
2824 for (h = s_h; h <= PNEIGH_HASHMASK; h++) { in pneigh_dump_table()
2825 if (h > s_h) in pneigh_dump_table()
/linux/net/ipv6/
H A Dip6_fib.c641 unsigned int h, s_h; in inet6_dump_fib() local
701 s_h = cb->args[0]; in inet6_dump_fib()
704 for (h = s_h; h < FIB6_TABLE_HASHSZ; h++, s_e = 0) { in inet6_dump_fib()