Home
last modified time | relevance | path

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

/linux-2.6.39/net/bluetooth/rfcomm/
Dsock.c132 if (rfcomm_pi(sk)->channel == channel && in __rfcomm_get_sock_by_addr()
154 if (rfcomm_pi(sk)->channel == channel) { in rfcomm_get_sock_by_channel()
172 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in rfcomm_sock_destruct()
180 rfcomm_pi(sk)->dlc = NULL; in rfcomm_sock_destruct()
224 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in __rfcomm_sock_close()
257 struct rfcomm_pinfo *pi = rfcomm_pi(sk); in rfcomm_sock_init()
265 pi->sec_level = rfcomm_pi(parent)->sec_level; in rfcomm_sock_init()
266 pi->role_switch = rfcomm_pi(parent)->role_switch; in rfcomm_sock_init()
305 rfcomm_pi(sk)->dlc = d; in rfcomm_sock_alloc()
377 rfcomm_pi(sk)->channel = sa->rc_channel; in rfcomm_sock_bind()
[all …]
Dtty.c401 dlc = rfcomm_pi(sk)->dlc; in rfcomm_create_dev()
/linux-2.6.39/include/net/bluetooth/
Drfcomm.h302 #define rfcomm_pi(sk) ((struct rfcomm_pinfo *) sk) macro