Searched refs:rfcomm_pi (Results 1 – 3 of 3) sorted by relevance
91 &rfcomm_pi(sk)->src, NULL); in rfcomm_sk_state_change()113 if (rfcomm_pi(sk)->channel != channel) in __rfcomm_get_listen_sock_by_addr()116 if (bacmp(&rfcomm_pi(sk)->src, src)) in __rfcomm_get_listen_sock_by_addr()139 if (rfcomm_pi(sk)->channel == channel) { in rfcomm_get_sock_by_channel()141 if (!bacmp(&rfcomm_pi(sk)->src, src)) in rfcomm_get_sock_by_channel()145 if (!bacmp(&rfcomm_pi(sk)->src, BDADDR_ANY)) in rfcomm_get_sock_by_channel()157 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in rfcomm_sock_destruct()165 rfcomm_pi(sk)->dlc = NULL; in rfcomm_sock_destruct()209 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in __rfcomm_sock_close()242 struct rfcomm_pinfo *pi = rfcomm_pi(sk); in rfcomm_sock_init()[all …]
409 dlc = rfcomm_pi(sk)->dlc; in __rfcomm_create_dev()
300 #define rfcomm_pi(sk) ((struct rfcomm_pinfo *) sk) macro