Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bluetooth/hidp/
H A 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()
/kernel/linux/linux-6.6/net/bluetooth/hidp/
H A Dcore.c1314 struct l2cap_chan *ctrl_chan, *intr_chan; in hidp_verify_sockets() local
1322 intr_chan = l2cap_pi(intr_sock->sk)->chan; in hidp_verify_sockets()
1324 if (bacmp(&ctrl_chan->src, &intr_chan->src) || in hidp_verify_sockets()
1325 bacmp(&ctrl_chan->dst, &intr_chan->dst)) in hidp_verify_sockets()

Completed in 4 milliseconds