Searched refs:rfcomm_pi (Results 1 - 3 of 3) sorted by path

/linux-master/include/net/bluetooth/
H A Drfcomm.h301 #define rfcomm_pi(sk) ((struct rfcomm_pinfo *) sk) macro
/linux-master/net/bluetooth/rfcomm/
H A Dsock.c90 &rfcomm_pi(sk)->src, NULL);
111 if (rfcomm_pi(sk)->channel != channel)
114 if (bacmp(&rfcomm_pi(sk)->src, src))
137 if (rfcomm_pi(sk)->channel == channel) {
139 if (!bacmp(&rfcomm_pi(sk)->src, src))
143 if (!bacmp(&rfcomm_pi(sk)->src, BDADDR_ANY))
155 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc;
163 rfcomm_pi(sk)->dlc = NULL;
207 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc;
241 struct rfcomm_pinfo *pi = rfcomm_pi(s
[all...]
H A Dtty.c410 dlc = rfcomm_pi(sk)->dlc;

Completed in 332 milliseconds