Searched refs:dlc (Results 1 – 4 of 4) sorted by relevance
83 struct rfcomm_dlc *dlc = dev->dlc; in rfcomm_dev_destruct() local299 dev->dlc = dlc; in __rfcomm_dev_add()301 rfcomm_dev_modem_status(dlc, dlc->remote_v24_sig); in __rfcomm_dev_add()354 struct rfcomm_dlc *dlc = dev->dlc; in rfcomm_room() local410 dlc = rfcomm_pi(sk)->dlc; in __rfcomm_create_dev()417 if (dlc) in __rfcomm_create_dev()420 if (!dlc) in __rfcomm_create_dev()710 dlc = dev->dlc; in rfcomm_tty_install()778 struct rfcomm_dlc *dlc = dev->dlc; in rfcomm_tty_write() local864 if (!dev || !dev->dlc || !dev->dlc->session) in rfcomm_tty_set_termios()[all …]
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()255 pi->dlc->defer_setup = 0; in rfcomm_sock_init()261 pi->dlc->sec_level = pi->sec_level; in rfcomm_sock_init()262 pi->dlc->role_switch = pi->role_switch; in rfcomm_sock_init()290 rfcomm_pi(sk)->dlc = d; in rfcomm_sock_alloc()378 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in rfcomm_sock_connect()558 struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc; in rfcomm_sock_sendmsg()774 !rfcomm_pi(sk)->dlc->defer_setup) { in rfcomm_sock_getsockopt_old()[all …]
540 struct rfcomm_dlc *dlc = NULL; in rfcomm_dlc_exists() local550 dlc = rfcomm_dlc_get(s, dlci); in rfcomm_dlc_exists()553 return dlc; in rfcomm_dlc_exists()
315 int ret, dlc; in j1939_send_one() local332 dlc = skb->len; in j1939_send_one()341 skb_put_zero(skb, 8 - dlc); in j1939_send_one()351 cf->len = dlc; in j1939_send_one()
Completed in 15 milliseconds