Home
last modified time | relevance | path

Searched refs:retrans_timer (Results 1 – 6 of 6) sorted by relevance

/linux/include/net/bluetooth/
H A Dl2cap.h599 struct delayed_work retrans_timer; member
865 #define __clear_retrans_timer(c) l2cap_clear_timer(c, &c->retrans_timer)
/linux/drivers/infiniband/sw/rxe/
H A Drxe_comp.c117 struct rxe_qp *qp = from_timer(qp, t, retrans_timer); in retransmit_timer()
632 mod_timer(&qp->retrans_timer, in reset_retry_timer()
H A Drxe_verbs.h246 struct timer_list retrans_timer; member
/linux/include/net/
H A Dndisc.h95 __be32 retrans_timer; member
/linux/net/ipv6/
H A Dndisc.c1450 unsigned long rtime = ntohl(ra_msg->retrans_timer); in ndisc_router_discovery()
/linux/net/bluetooth/
H A Dl2cap_core.c284 l2cap_set_timer(chan, &chan->retrans_timer, in __set_retrans_timer()
464 INIT_DELAYED_WORK(&chan->retrans_timer, l2cap_retrans_timeout); in l2cap_chan_create()
1906 retrans_timer.work); in l2cap_retrans_timeout()