Home
last modified time | relevance | path

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

/Linux-v5.4/net/bluetooth/hidp/
Dcore.c1315 struct l2cap_chan *ctrl_chan, *intr_chan; in hidp_verify_sockets() local
1323 intr_chan = l2cap_pi(intr_sock->sk)->chan; in hidp_verify_sockets()
1325 if (bacmp(&ctrl_chan->src, &intr_chan->src) || in hidp_verify_sockets()
1326 bacmp(&ctrl_chan->dst, &intr_chan->dst)) in hidp_verify_sockets()