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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/core/
H A Dneighbour.c1211 long sched_next = 0; local
1221 long tdif = NEIGH_CB(back)->sched_next - now;
1233 } else if (!sched_next || tdif < sched_next)
1234 sched_next = tdif;
1237 if (sched_next)
1238 mod_timer(&tbl->proxy_timer, jiffies + sched_next);
1246 unsigned long sched_next = now + (net_random() % p->proxy_delay); local
1253 NEIGH_CB(skb)->sched_next = sched_next;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dneighbour.h347 unsigned long sched_next; member in struct:neighbour_cb

Completed in 98 milliseconds