Home
last modified time | relevance | path

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

/openbmc/linux/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()