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

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/rose/
H A Drose_link.c45 del_timer(&neigh->ftimer);
47 neigh->ftimer.data = (unsigned long)neigh;
48 neigh->ftimer.function = &rose_ftimer_expiry;
49 neigh->ftimer.expires = jiffies + sysctl_rose_link_fail_timeout;
51 add_timer(&neigh->ftimer);
67 del_timer(&neigh->ftimer);
77 return timer_pending(&neigh->ftimer);
H A Drose_route.c100 init_timer(&rose_neigh->ftimer);
367 init_timer(&rose_loopback_neigh->ftimer);
791 * Obviously the link is working, halt the ftimer.
1036 ax25_display_timer(&rose_neigh->ftimer) / HZ);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Drose.h96 struct timer_list ftimer; member in struct:rose_neigh
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Drose.h96 struct timer_list ftimer; member in struct:rose_neigh
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hisax/
H A Disar.c1054 del_timer(&bcs->hw.isar.ftimer);
1056 bcs->hw.isar.ftimer.expires =
1060 add_timer(&bcs->hw.isar.ftimer);
1263 debugl1(bcs->cs, "ftimer flags %04x",
1664 del_timer(&bcs->hw.isar.ftimer);
1686 bcs->hw.isar.ftimer.function = (void *) ftimer_handler;
1687 bcs->hw.isar.ftimer.data = (long) bcs;
1688 init_timer(&bcs->hw.isar.ftimer);
H A Dhisax.h390 struct timer_list ftimer; member in struct:isar_hw

Completed in 174 milliseconds