Searched refs:ctrl_chan (Results 1 - 1 of 1) sorted by relevance

/net/bluetooth/hidp/
H A Dcore.c1284 struct l2cap_chan *ctrl_chan, *intr_chan; local
1291 ctrl_chan = l2cap_pi(ctrl_sock->sk)->chan;
1294 if (bacmp(&ctrl_chan->src, &intr_chan->src) ||
1295 bacmp(&ctrl_chan->dst, &intr_chan->dst))
1306 session = hidp_session_find(&ctrl_chan->dst);

Completed in 4 milliseconds