Lines Matching defs:d

208 static int rfcomm_check_security(struct rfcomm_dlc *d)  in rfcomm_check_security()
259 struct rfcomm_dlc *d = from_timer(d, t, timer); in rfcomm_dlc_timeout() local
268 static void rfcomm_dlc_set_timer(struct rfcomm_dlc *d, long timeout) in rfcomm_dlc_set_timer()
276 static void rfcomm_dlc_clear_timer(struct rfcomm_dlc *d) in rfcomm_dlc_clear_timer()
284 static void rfcomm_dlc_clear_state(struct rfcomm_dlc *d) in rfcomm_dlc_clear_state()
301 struct rfcomm_dlc *d = kzalloc(sizeof(*d), prio); in rfcomm_dlc_alloc() local
319 void rfcomm_dlc_free(struct rfcomm_dlc *d) in rfcomm_dlc_free()
327 static void rfcomm_dlc_link(struct rfcomm_session *s, struct rfcomm_dlc *d) in rfcomm_dlc_link()
337 static void rfcomm_dlc_unlink(struct rfcomm_dlc *d) in rfcomm_dlc_unlink()
353 struct rfcomm_dlc *d; in rfcomm_dlc_get() local
367 static int __rfcomm_dlc_open(struct rfcomm_dlc *d, bdaddr_t *src, bdaddr_t *dst, u8 channel) in __rfcomm_dlc_open()
421 int rfcomm_dlc_open(struct rfcomm_dlc *d, bdaddr_t *src, bdaddr_t *dst, u8 channel) in rfcomm_dlc_open()
433 static void __rfcomm_dlc_disconn(struct rfcomm_dlc *d) in __rfcomm_dlc_disconn()
447 static int __rfcomm_dlc_close(struct rfcomm_dlc *d, int err) in __rfcomm_dlc_close()
499 int rfcomm_dlc_close(struct rfcomm_dlc *d, int err) in rfcomm_dlc_close()
552 int rfcomm_dlc_send(struct rfcomm_dlc *d, struct sk_buff *skb) in rfcomm_dlc_send()
572 void rfcomm_dlc_send_noerror(struct rfcomm_dlc *d, struct sk_buff *skb) in rfcomm_dlc_send_noerror()
586 void __rfcomm_dlc_throttle(struct rfcomm_dlc *d) in __rfcomm_dlc_throttle()
597 void __rfcomm_dlc_unthrottle(struct rfcomm_dlc *d) in __rfcomm_dlc_unthrottle()
613 int rfcomm_dlc_set_modem_status(struct rfcomm_dlc *d, u8 v24_sig) in rfcomm_dlc_set_modem_status()
631 int rfcomm_dlc_get_modem_status(struct rfcomm_dlc *d, u8 *v24_sig) in rfcomm_dlc_get_modem_status()
707 struct rfcomm_dlc *d, *n; in rfcomm_session_close() local
853 static int rfcomm_queue_disc(struct rfcomm_dlc *d) in rfcomm_queue_disc()
914 static int rfcomm_send_pn(struct rfcomm_session *s, int cr, struct rfcomm_dlc *d) in rfcomm_send_pn()
1170 struct rfcomm_dlc *d = rfcomm_dlc_get(s, dlci); in rfcomm_recv_ua() local
1224 struct rfcomm_dlc *d = rfcomm_dlc_get(s, dlci); in rfcomm_recv_dm() local
1253 struct rfcomm_dlc *d = rfcomm_dlc_get(s, dlci); in rfcomm_recv_disc() local
1280 void rfcomm_dlc_accept(struct rfcomm_dlc *d) in rfcomm_dlc_accept()
1302 static void rfcomm_check_accept(struct rfcomm_dlc *d) in rfcomm_check_accept()
1323 struct rfcomm_dlc *d; in rfcomm_recv_sabm() local
1363 static int rfcomm_apply_pn(struct rfcomm_dlc *d, int cr, struct rfcomm_pn *pn) in rfcomm_apply_pn()
1395 struct rfcomm_dlc *d; in rfcomm_recv_pn() local
1572 struct rfcomm_dlc *d; in rfcomm_recv_msc() local
1667 struct rfcomm_dlc *d; in rfcomm_recv_data() local
1768 struct rfcomm_dlc *d, *n; in rfcomm_process_connect() local
1788 static int rfcomm_process_tx(struct rfcomm_dlc *d) in rfcomm_process_tx()
1838 struct rfcomm_dlc *d, *n; in rfcomm_process_dlcs() local
2100 struct rfcomm_dlc *d, *n; in rfcomm_security_cfm() local
2154 struct rfcomm_dlc *d; in rfcomm_dlc_debugfs_show() local