Searched refs:s_e (Results 1 - 5 of 5) sorted by relevance

/net/ipv4/
H A Dfib_frontend.c658 unsigned int e = 0, s_e; local
668 s_e = cb->args[1];
670 for (h = s_h; h < FIB_TABLE_HASHSZ; h++, s_e = 0) {
674 if (e < s_e)
H A Dipmr.c2353 unsigned int e = 0, s_e; local
2357 s_e = cb->args[2];
2367 if (e < s_e)
2378 e = s_e = 0;
2382 if (e < s_e)
2396 e = s_e = 0;
/net/decnet/
H A Ddn_table.c487 unsigned int e = 0, s_e; local
499 s_e = cb->args[1];
504 if (e < s_e)
/net/ipv6/
H A Dip6mr.c2451 unsigned int e = 0, s_e; local
2455 s_e = cb->args[2];
2465 if (e < s_e)
2476 e = s_e = 0;
2480 if (e < s_e)
2494 e = s_e = 0;
H A Dip6_fib.c354 unsigned int e = 0, s_e; local
362 s_e = cb->args[1];
389 for (h = s_h; h < FIB6_TABLE_HASHSZ; h++, s_e = 0) {
393 if (e < s_e)

Completed in 71 milliseconds