Searched refs:s_h (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/decnet/
H A Ddn_table.c420 int h, s_h; local
422 s_h = cb->args[3];
424 if (h < s_h)
426 if (h > s_h)
469 unsigned int h, s_h; local
482 s_h = cb->args[0];
485 for (h = s_h; h < DN_FIB_TABLE_HASHSZ; h++, s_h = 0) {
H A Ddn_route.c1614 int h, s_h; local
1625 s_h = cb->args[0];
1628 if (h < s_h)
1630 if (h > s_h)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dfib_frontend.c652 unsigned int h, s_h; local
663 s_h = cb->args[0];
666 for (h = s_h; h < FIB_TABLE_HASHSZ; h++, s_e = 0) {
H A Dfib_hash.c727 int h, s_h; local
731 s_h = cb->args[3];
732 for (h = s_h; h < fz->fz_divisor; h++) {
H A Ddevinet.c1179 int h, s_h; local
1188 s_h = cb->args[0];
1192 for (h = s_h; h < NETDEV_HASHENTRIES; h++, s_idx = 0) {
1199 if (h > s_h || idx > s_idx)
H A Dipmr.c2109 unsigned int h = 0, s_h; local
2113 s_h = cb->args[1];
2121 s_h = 0;
2122 for (h = s_h; h < MFC_LINES; h++) {
2136 s_h = 0;
H A Droute.c3018 int h, s_h; local
3024 s_h = cb->args[0];
3025 if (s_h < 0)
3026 s_h = 0;
3028 for (h = s_h; h <= rt_hash_mask; h++, s_idx = 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dip6_fib.c361 unsigned int h, s_h; local
370 s_h = cb->args[0];
397 for (h = s_h; h < FIB6_TABLE_HASHSZ; h++, s_e = 0) {
H A Dip6mr.c2223 unsigned int h = 0, s_h; local
2227 s_h = cb->args[1];
2235 s_h = 0;
2236 for (h = s_h; h < MFC6_LINES; h++) {
2250 s_h = 0;
H A Daddrconf.c3716 int h, s_h; local
3724 s_h = cb->args[0];
3729 for (h = s_h; h < NETDEV_HASHENTRIES; h++, s_idx = 0) {
3735 if (h > s_h || idx > s_idx)
4035 int h, s_h; local
4042 s_h = cb->args[0];
4046 for (h = s_h; h < NETDEV_HASHENTRIES; h++, s_idx = 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Drtnetlink.c919 int h, s_h; local
925 s_h = cb->args[0];
928 for (h = s_h; h < NETDEV_HASHENTRIES; h++, s_idx = 0) {
H A Dneighbour.c2092 int rc, h, s_h = cb->args[1]; local
2097 if (h < s_h)
2099 if (h > s_h)

Completed in 227 milliseconds