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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/8021q/
H A Dvlanproc.c102 static struct timer_list gro_timer; variable in typeref:struct:timer_list
112 gro_timer.expires = jiffies + gro_timer_interval;
113 add_timer(&gro_timer);
129 init_timer(&gro_timer);
130 gro_timer.function = gro_watchdog;
144 gro_timer.data = (ulong)gro_dev;
145 gro_timer.expires = jiffies + gro_timer_interval;
146 mod_timer(&gro_timer, jiffies + gro_timer_interval);
151 del_timer(&gro_timer);

Completed in 13 milliseconds