Searched refs:rfcomm_pi (Results 1 – 3 of 3) sorted by relevance
132 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 …]
401 dlc = rfcomm_pi(sk)->dlc; in rfcomm_create_dev()
302 #define rfcomm_pi(sk) ((struct rfcomm_pinfo *) sk) macro