chan_timer        588 include/net/bluetooth/l2cap.h 	struct delayed_work	chan_timer;
chan_timer        843 include/net/bluetooth/l2cap.h #define __set_chan_timer(c, t) l2cap_set_timer(c, &c->chan_timer, (t))
chan_timer        844 include/net/bluetooth/l2cap.h #define __clear_chan_timer(c) l2cap_clear_timer(c, &c->chan_timer)
chan_timer        415 net/bluetooth/l2cap_core.c 					       chan_timer.work);
chan_timer        459 net/bluetooth/l2cap_core.c 	INIT_DELAYED_WORK(&chan->chan_timer, l2cap_chan_timeout);