Lines Matching refs:dlc
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()
248 pi->dlc->defer_setup = test_bit(BT_SK_DEFER_SETUP, in rfcomm_sock_init()
256 pi->dlc->defer_setup = 0; in rfcomm_sock_init()
262 pi->dlc->sec_level = pi->sec_level; in rfcomm_sock_init()
263 pi->dlc->role_switch = pi->role_switch; in rfcomm_sock_init()
293 rfcomm_pi(sk)->dlc = d; in rfcomm_sock_alloc()
385 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in rfcomm_sock_connect()
560 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in rfcomm_sock_sendmsg()
626 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in rfcomm_sock_recvmsg()
641 rfcomm_dlc_unthrottle(rfcomm_pi(sk)->dlc); in rfcomm_sock_recvmsg()
804 !rfcomm_pi(sk)->dlc->defer_setup) { in rfcomm_sock_getsockopt_old()
809 l2cap_sk = rfcomm_pi(sk)->dlc->session->sock->sk; in rfcomm_sock_getsockopt_old()
991 *d = rfcomm_pi(sk)->dlc; in rfcomm_connect_ind()