Lines Matching full:dlc
46 /* ---- DLC callbacks ----
72 BT_DBG("dlc %p state %ld err %d", d, d->state, err); in rfcomm_sk_state_change()
100 /* We have to drop DLC lock here, otherwise in rfcomm_sk_state_change()
158 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in rfcomm_sock_destruct()
160 BT_DBG("sk %p dlc %p", sk, d); in rfcomm_sock_destruct()
166 rfcomm_pi(sk)->dlc = NULL; in rfcomm_sock_destruct()
168 /* Detach DLC if it's owned by this socket */ 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()
993 /* Accept connection and return socket DLC */ in rfcomm_connect_ind()
994 *d = rfcomm_pi(sk)->dlc; in rfcomm_connect_ind()