Lines Matching refs:dlc
158 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in rfcomm_sock_destruct()
166 rfcomm_pi(sk)->dlc = NULL; in rfcomm_sock_destruct()
210 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in __rfcomm_sock_close()
250 pi->dlc->defer_setup = test_bit(BT_SK_DEFER_SETUP, in rfcomm_sock_init()
258 pi->dlc->defer_setup = 0; in rfcomm_sock_init()
264 pi->dlc->sec_level = pi->sec_level; in rfcomm_sock_init()
265 pi->dlc->role_switch = pi->role_switch; in rfcomm_sock_init()
295 rfcomm_pi(sk)->dlc = d; in rfcomm_sock_alloc()
388 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in rfcomm_sock_connect()
563 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in rfcomm_sock_sendmsg()
629 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in rfcomm_sock_recvmsg()
644 rfcomm_dlc_unthrottle(rfcomm_pi(sk)->dlc); in rfcomm_sock_recvmsg()
807 !rfcomm_pi(sk)->dlc->defer_setup) { in rfcomm_sock_getsockopt_old()
812 l2cap_sk = rfcomm_pi(sk)->dlc->session->sock->sk; in rfcomm_sock_getsockopt_old()
994 *d = rfcomm_pi(sk)->dlc; in rfcomm_connect_ind()