H A D | core.c | 44 static int channel_mtu = -1; 58 static int rfcomm_queue_disc(struct rfcomm_dlc *d); 60 static int rfcomm_send_pn(struct rfcomm_session *s, int cr, struct rfcomm_dlc *d); 75 /* ---- RFCOMM frame parsing macros --- 212 rfcomm_check_security(struct rfcomm_dlc * d) rfcomm_check_security() argument 263 struct rfcomm_dlc *d = from_timer(d, t, timer); rfcomm_dlc_timeout() local 272 rfcomm_dlc_set_timer(struct rfcomm_dlc * d,long timeout) rfcomm_dlc_set_timer() argument 280 rfcomm_dlc_clear_timer(struct rfcomm_dlc * d) rfcomm_dlc_clear_timer() argument 288 rfcomm_dlc_clear_state(struct rfcomm_dlc * d) rfcomm_dlc_clear_state() argument 305 struct rfcomm_dlc *d = kzalloc(sizeof(*d), prio); rfcomm_dlc_alloc() local 323 rfcomm_dlc_free(struct rfcomm_dlc * d) rfcomm_dlc_free() argument 331 rfcomm_dlc_link(struct rfcomm_session * s,struct rfcomm_dlc * d) rfcomm_dlc_link() argument 341 rfcomm_dlc_unlink(struct rfcomm_dlc * d) rfcomm_dlc_unlink() argument 357 struct rfcomm_dlc *d; rfcomm_dlc_get() local 371 __rfcomm_dlc_open(struct rfcomm_dlc * d,bdaddr_t * src,bdaddr_t * dst,u8 channel) __rfcomm_dlc_open() argument 425 rfcomm_dlc_open(struct rfcomm_dlc * d,bdaddr_t * src,bdaddr_t * dst,u8 channel) rfcomm_dlc_open() argument 437 __rfcomm_dlc_disconn(struct rfcomm_dlc * d) __rfcomm_dlc_disconn() argument 451 __rfcomm_dlc_close(struct rfcomm_dlc * d,int err) __rfcomm_dlc_close() argument 503 rfcomm_dlc_close(struct rfcomm_dlc * d,int err) rfcomm_dlc_close() argument 556 rfcomm_dlc_send_frag(struct rfcomm_dlc * d,struct sk_buff * frag) rfcomm_dlc_send_frag() argument 571 rfcomm_dlc_send(struct rfcomm_dlc * d,struct sk_buff * skb) rfcomm_dlc_send() argument 612 rfcomm_dlc_send_noerror(struct rfcomm_dlc * d,struct sk_buff * skb) rfcomm_dlc_send_noerror() argument 626 __rfcomm_dlc_throttle(struct rfcomm_dlc * d) __rfcomm_dlc_throttle() argument 637 __rfcomm_dlc_unthrottle(struct rfcomm_dlc * d) __rfcomm_dlc_unthrottle() argument 653 rfcomm_dlc_set_modem_status(struct rfcomm_dlc * d,u8 v24_sig) rfcomm_dlc_set_modem_status() argument 671 rfcomm_dlc_get_modem_status(struct rfcomm_dlc * d,u8 * v24_sig) rfcomm_dlc_get_modem_status() argument 747 struct rfcomm_dlc *d, *n; rfcomm_session_close() local 893 rfcomm_queue_disc(struct rfcomm_dlc * d) rfcomm_queue_disc() argument 954 rfcomm_send_pn(struct rfcomm_session * s,int cr,struct rfcomm_dlc * d) rfcomm_send_pn() argument 1210 struct rfcomm_dlc *d = rfcomm_dlc_get(s, dlci); rfcomm_recv_ua() local 1264 struct rfcomm_dlc *d = rfcomm_dlc_get(s, dlci); rfcomm_recv_dm() local 1293 struct rfcomm_dlc *d = rfcomm_dlc_get(s, dlci); rfcomm_recv_disc() local 1320 rfcomm_dlc_accept(struct rfcomm_dlc * d) rfcomm_dlc_accept() argument 1342 rfcomm_check_accept(struct rfcomm_dlc * d) rfcomm_check_accept() argument 1363 struct rfcomm_dlc *d; rfcomm_recv_sabm() local 1403 rfcomm_apply_pn(struct rfcomm_dlc * d,int cr,struct rfcomm_pn * pn) rfcomm_apply_pn() argument 1435 struct rfcomm_dlc *d; rfcomm_recv_pn() local 1612 struct rfcomm_dlc *d; rfcomm_recv_msc() local 1707 struct rfcomm_dlc *d; rfcomm_recv_data() local 1808 struct rfcomm_dlc *d, *n; rfcomm_process_connect() local 1828 rfcomm_process_tx(struct rfcomm_dlc * d) rfcomm_process_tx() argument 1878 struct rfcomm_dlc *d, *n; rfcomm_process_dlcs() local 2145 struct rfcomm_dlc *d, *n; rfcomm_security_cfm() local 2200 struct rfcomm_dlc *d; rfcomm_dlc_debugfs_show() local [all...] |