Searched refs:timer (Results 76 - 100 of 154) sorted by relevance

1234567

/net/irda/irlan/
H A Dirlan_provider.c46 #include <net/irda/timer.h>
H A Dirlan_client.c47 #include <net/irda/timer.h>
139 /* Start kick timer */
/net/irda/
H A Dirlmp_frame.c32 #include <net/irda/timer.h>
/net/lapb/
H A Dlapb_subr.c23 #include <linux/timer.h>
75 * up by lapb_kick called from the timer. This arrangement handles the
H A Dlapb_iface.c14 * LAPB 002 Jonathan Naylor New timer architecture.
27 #include <linux/timer.h>
/net/netfilter/ipset/
H A Dip_set_bitmap_port.c16 #include <linux/timer.h>
H A Dip_set_bitmap_ip.c20 #include <linux/timer.h>
H A Dip_set_bitmap_ipmac.c21 #include <linux/timer.h>
131 * because the timer is not activated yet
157 /* Fill the MAC address and trigger the timer activation */
168 /* MAC is not stored yet, don't start timer */
/net/netfilter/
H A Dnf_conntrack_proto_udp.c11 #include <linux/timer.h>
H A Dnf_conntrack_proto_udplite.c11 #include <linux/timer.h>
H A Dnf_conntrack_proto_gre.c29 #include <linux/timer.h>
/net/x25/
H A Dx25_link.c18 * X.25 002 Jonathan Naylor New timer architecture.
28 #include <linux/timer.h>
45 * Linux set/reset timer routines
/net/mac80211/
H A Dibss.c374 mod_timer(&ifibss->timer,
1249 mod_timer(&ifibss->timer,
1390 mod_timer(&ifibss->timer,
1603 setup_timer(&ifibss->timer, ieee80211_ibss_timer,
1751 del_timer_sync(&sdata->u.ibss.timer);
H A Dieee80211_i.h403 struct timer_list timer; member in struct:ieee80211_if_managed
513 struct timer_list timer; member in struct:ieee80211_if_ibss
968 struct timer_list timer; member in struct:tpt_led_trigger
1101 * ease timer cancelling etc.
/net/ipv4/
H A Digmp.c45 * Chih-Jen Chang : Added a timer to revert to IGMP V2 router
49 * Christian Daudt : igmp timer wasn't set for local group
52 * from %p with timer not initialized\n"
203 if (del_timer(&im->timer))
217 if (!mod_timer(&im->timer, jiffies+tv+2))
242 if (del_timer(&im->timer)) {
243 if ((long)(im->timer.expires-jiffies) < max_delay) {
244 add_timer(&im->timer);
891 /* cancel the interface change timer */
1320 setup_timer(&im->timer, igmp_timer_expir
[all...]
/net/bluetooth/rfcomm/
H A Dcore.c248 mod_timer(&s->timer, jiffies + timeout);
255 del_timer_sync(&s->timer);
274 if (!mod_timer(&d->timer, jiffies + timeout))
282 if (del_timer(&d->timer))
308 setup_timer(&d->timer, rfcomm_dlc_timeout, (unsigned long)d);
651 setup_timer(&s->timer, rfcomm_session_timeout, (unsigned long) s);
/net/tipc/
H A Dsocket.c69 * @timer:
92 struct timer_list timer; member in struct:tipc_sock
351 k_init_timer(&tsk->timer, (Handler)tipc_sk_timeout, ref);
495 k_cancel_timer(&tsk->timer);
505 k_term_timer(&tsk->timer);
1156 k_start_timer(&tsk->timer, tsk->probing_interval);
1578 /* let timer expire on it's own */
2143 k_start_timer(&tsk->timer, tsk->probing_interval);
/net/bluetooth/
H A Dhci_conn.c1120 goto timer;
1123 goto timer;
1131 timer:
/net/bluetooth/hidp/
H A Dcore.c409 mod_timer(&session->timer, jiffies + HZ * session->idle_to);
415 del_timer(&session->timer);
933 setup_timer(&session->timer, hidp_idle_timeout,
/net/sctp/
H A Dassociola.c142 * If the 'T5-shutdown-guard' timer is used, it SHOULD be set to the
559 /* Start a T3 timer here in case it wasn't running so
1141 * down on the next retransmission timer.
1445 struct timer_list *timer; local
1493 /* Stop the SACK timer. */
1494 timer = &asoc->timers[SCTP_EVENT_TIMEOUT_SACK];
1495 if (del_timer(timer))
/net/ax25/
H A Dax25_in.c17 #include <linux/timer.h>
H A Dax25_route.c19 #include <linux/timer.h>
H A Dax25_std_in.c22 #include <linux/timer.h>
39 * The handling of the timer(s) is in file ax25_std_timer.c.
103 * The handling of the timer(s) is in file ax25_std_timer.c
141 * The handling of the timer(s) is in file ax25_std_timer.c
266 * The handling of the timer(s) is in file ax25_std_timer.c
/net/ipv4/netfilter/
H A Dnf_conntrack_proto_icmp.c11 #include <linux/timer.h>
/net/ipv6/netfilter/
H A Dnf_conntrack_proto_icmpv6.c13 #include <linux/timer.h>

Completed in 400 milliseconds

1234567