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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dneighbour.c63 static struct neigh_table *neigh_tables; variable in typeref:struct:neigh_table
1397 for (tmp = neigh_tables; tmp; tmp = tmp->next) {
1401 tbl->next = neigh_tables;
1402 neigh_tables = tbl;
1424 for (tp = &neigh_tables; *tp; tp = &(*tp)->next) {
1469 for (tbl = neigh_tables; tbl; tbl = tbl->next) {
1538 for (tbl = neigh_tables; tbl; tbl = tbl->next) {
1808 for (tbl = neigh_tables; tbl; tbl = tbl->next) {
1923 for (tbl = neigh_tables, tidx = 0; tbl; tbl = tbl->next, tidx++) {
2046 for (tbl = neigh_tables,
[all...]

Completed in 44 milliseconds