Home
last modified time | relevance | path

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

/linux-6.6.21/include/net/bluetooth/
Dl2cap.h632 struct delayed_work retrans_timer; member
893 #define __clear_retrans_timer(c) l2cap_clear_timer(c, &c->retrans_timer)
/linux-6.6.21/drivers/infiniband/sw/rxe/
Drxe_comp.c117 struct rxe_qp *qp = from_timer(qp, t, retrans_timer); in retransmit_timer()
641 mod_timer(&qp->retrans_timer, in reset_retry_timer()
Drxe_verbs.h245 struct timer_list retrans_timer; member
Drxe_qp.c274 timer_setup(&qp->retrans_timer, retransmit_timer, 0); in rxe_qp_init_req()
820 del_timer_sync(&qp->retrans_timer); in rxe_qp_do_cleanup()
Drxe_req.c610 if (qp->qp_timeout_jiffies && !timer_pending(&qp->retrans_timer)) in update_state()
611 mod_timer(&qp->retrans_timer, in update_state()
/linux-6.6.21/include/net/
Dndisc.h95 __be32 retrans_timer; member
/linux-6.6.21/net/ipv6/
Dndisc.c1432 unsigned long rtime = ntohl(ra_msg->retrans_timer); in ndisc_router_discovery()
/linux-6.6.21/net/bluetooth/
Dl2cap_core.c308 l2cap_set_timer(chan, &chan->retrans_timer, in __set_retrans_timer()
482 INIT_DELAYED_WORK(&chan->retrans_timer, l2cap_retrans_timeout); in l2cap_chan_create()
2045 retrans_timer.work); in l2cap_retrans_timeout()