Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dndisc.h78 __be32 retrans_timer; member
/linux-4.4.14/include/net/bluetooth/
Dl2cap.h579 struct delayed_work retrans_timer; member
835 #define __clear_retrans_timer(c) l2cap_clear_timer(c, &c->retrans_timer)
/linux-4.4.14/net/ipv6/
Dndisc.c1267 unsigned long rtime = ntohl(ra_msg->retrans_timer); in ndisc_router_discovery()
/linux-4.4.14/net/bluetooth/
Dl2cap_core.c275 l2cap_set_timer(chan, &chan->retrans_timer, in __set_retrans_timer()
1811 retrans_timer.work); in l2cap_retrans_timeout()
3078 INIT_DELAYED_WORK(&chan->retrans_timer, l2cap_retrans_timeout); in l2cap_ertm_init()