Searched refs:rfcomm_pi (Results 1 – 3 of 3) sorted by relevance
90 &rfcomm_pi(sk)->src, NULL); in rfcomm_sk_state_change()111 if (rfcomm_pi(sk)->channel != channel) in __rfcomm_get_listen_sock_by_addr()114 if (bacmp(&rfcomm_pi(sk)->src, src)) in __rfcomm_get_listen_sock_by_addr()137 if (rfcomm_pi(sk)->channel == channel) { in rfcomm_get_sock_by_channel()139 if (!bacmp(&rfcomm_pi(sk)->src, src)) in rfcomm_get_sock_by_channel()143 if (!bacmp(&rfcomm_pi(sk)->src, BDADDR_ANY)) in rfcomm_get_sock_by_channel()155 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in rfcomm_sock_destruct()163 rfcomm_pi(sk)->dlc = NULL; in rfcomm_sock_destruct()207 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in __rfcomm_sock_close()241 struct rfcomm_pinfo *pi = rfcomm_pi(sk); in rfcomm_sock_init()[all …]
410 dlc = rfcomm_pi(sk)->dlc; in __rfcomm_create_dev()
301 #define rfcomm_pi(sk) ((struct rfcomm_pinfo *) sk) macro