Searched refs:rfcomm_pi (Results 1 – 3 of 3) sorted by relevance
89 &rfcomm_pi(sk)->src, NULL); in rfcomm_sk_state_change()110 if (rfcomm_pi(sk)->channel != channel) in __rfcomm_get_listen_sock_by_addr()113 if (bacmp(&rfcomm_pi(sk)->src, src)) in __rfcomm_get_listen_sock_by_addr()136 if (rfcomm_pi(sk)->channel == channel) { in rfcomm_get_sock_by_channel()138 if (!bacmp(&rfcomm_pi(sk)->src, src)) { in rfcomm_get_sock_by_channel()144 if (!bacmp(&rfcomm_pi(sk)->src, BDADDR_ANY)) { in rfcomm_get_sock_by_channel()164 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in rfcomm_sock_destruct()172 rfcomm_pi(sk)->dlc = NULL; in rfcomm_sock_destruct()218 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in __rfcomm_sock_close()252 struct rfcomm_pinfo *pi = rfcomm_pi(sk); in rfcomm_sock_init()[all …]
407 dlc = rfcomm_pi(sk)->dlc; in __rfcomm_create_dev()
301 #define rfcomm_pi(sk) ((struct rfcomm_pinfo *) sk) macro