Symbol: rfcomm_dlc
include/net/bluetooth/rfcomm.h
194
void (*data_ready)(struct rfcomm_dlc *d, struct sk_buff *skb);
include/net/bluetooth/rfcomm.h
195
void (*state_change)(struct rfcomm_dlc *d, int err);
include/net/bluetooth/rfcomm.h
196
void (*modem_status)(struct rfcomm_dlc *d, u8 v24_sig);
include/net/bluetooth/rfcomm.h
229
int rfcomm_dlc_send_rpn(struct rfcomm_dlc *d, u8 bit_rate, u8 data_bits,
include/net/bluetooth/rfcomm.h
234
struct rfcomm_dlc *rfcomm_dlc_alloc(gfp_t prio);
include/net/bluetooth/rfcomm.h
235
void rfcomm_dlc_free(struct rfcomm_dlc *d);
include/net/bluetooth/rfcomm.h
236
int rfcomm_dlc_open(struct rfcomm_dlc *d, bdaddr_t *src, bdaddr_t *dst,
include/net/bluetooth/rfcomm.h
238
int rfcomm_dlc_close(struct rfcomm_dlc *d, int reason);
include/net/bluetooth/rfcomm.h
239
int rfcomm_dlc_send(struct rfcomm_dlc *d, struct sk_buff *skb);
include/net/bluetooth/rfcomm.h
240
void rfcomm_dlc_send_noerror(struct rfcomm_dlc *d, struct sk_buff *skb);
include/net/bluetooth/rfcomm.h
241
int rfcomm_dlc_set_modem_status(struct rfcomm_dlc *d, u8 v24_sig);
include/net/bluetooth/rfcomm.h
242
int rfcomm_dlc_get_modem_status(struct rfcomm_dlc *d, u8 *v24_sig);
include/net/bluetooth/rfcomm.h
243
void rfcomm_dlc_accept(struct rfcomm_dlc *d);
include/net/bluetooth/rfcomm.h
244
struct rfcomm_dlc *rfcomm_dlc_exists(bdaddr_t *src, bdaddr_t *dst, u8 channel);
include/net/bluetooth/rfcomm.h
249
static inline void rfcomm_dlc_hold(struct rfcomm_dlc *d)
include/net/bluetooth/rfcomm.h
254
static inline void rfcomm_dlc_put(struct rfcomm_dlc *d)
include/net/bluetooth/rfcomm.h
260
void __rfcomm_dlc_throttle(struct rfcomm_dlc *d);
include/net/bluetooth/rfcomm.h
261
void __rfcomm_dlc_unthrottle(struct rfcomm_dlc *d);
include/net/bluetooth/rfcomm.h
263
static inline void rfcomm_dlc_throttle(struct rfcomm_dlc *d)
include/net/bluetooth/rfcomm.h
269
static inline void rfcomm_dlc_unthrottle(struct rfcomm_dlc *d)
include/net/bluetooth/rfcomm.h
307
struct rfcomm_dlc *dlc;
include/net/bluetooth/rfcomm.h
317
struct rfcomm_dlc **d);
net/bluetooth/rfcomm/core.c
1031
int rfcomm_dlc_send_rpn(struct rfcomm_dlc *d, u8 bit_rate, u8 data_bits,
net/bluetooth/rfcomm/core.c
1224
struct rfcomm_dlc *d = rfcomm_dlc_get(s, dlci);
net/bluetooth/rfcomm/core.c
1278
struct rfcomm_dlc *d = rfcomm_dlc_get(s, dlci);
net/bluetooth/rfcomm/core.c
1307
struct rfcomm_dlc *d = rfcomm_dlc_get(s, dlci);
net/bluetooth/rfcomm/core.c
1334
void rfcomm_dlc_accept(struct rfcomm_dlc *d)
net/bluetooth/rfcomm/core.c
1356
static void rfcomm_check_accept(struct rfcomm_dlc *d)
net/bluetooth/rfcomm/core.c
1377
struct rfcomm_dlc *d;
net/bluetooth/rfcomm/core.c
1417
static int rfcomm_apply_pn(struct rfcomm_dlc *d, int cr, struct rfcomm_pn *pn)
net/bluetooth/rfcomm/core.c
1449
struct rfcomm_dlc *d;
net/bluetooth/rfcomm/core.c
1650
struct rfcomm_dlc *d;
net/bluetooth/rfcomm/core.c
1752
struct rfcomm_dlc *d;
net/bluetooth/rfcomm/core.c
1861
struct rfcomm_dlc *d, *n;
net/bluetooth/rfcomm/core.c
1881
static int rfcomm_process_tx(struct rfcomm_dlc *d)
net/bluetooth/rfcomm/core.c
1931
struct rfcomm_dlc *d, *n;
net/bluetooth/rfcomm/core.c
209
static int rfcomm_check_security(struct rfcomm_dlc *d)
net/bluetooth/rfcomm/core.c
2194
struct rfcomm_dlc *d, *n;
net/bluetooth/rfcomm/core.c
2248
struct rfcomm_dlc *d;
net/bluetooth/rfcomm/core.c
260
struct rfcomm_dlc *d = timer_container_of(d, t, timer);
net/bluetooth/rfcomm/core.c
269
static void rfcomm_dlc_set_timer(struct rfcomm_dlc *d, long timeout)
net/bluetooth/rfcomm/core.c
277
static void rfcomm_dlc_clear_timer(struct rfcomm_dlc *d)
net/bluetooth/rfcomm/core.c
285
static void rfcomm_dlc_clear_state(struct rfcomm_dlc *d)
net/bluetooth/rfcomm/core.c
300
struct rfcomm_dlc *rfcomm_dlc_alloc(gfp_t prio)
net/bluetooth/rfcomm/core.c
302
struct rfcomm_dlc *d = kzalloc_obj(*d, prio);
net/bluetooth/rfcomm/core.c
320
void rfcomm_dlc_free(struct rfcomm_dlc *d)
net/bluetooth/rfcomm/core.c
328
static void rfcomm_dlc_link(struct rfcomm_session *s, struct rfcomm_dlc *d)
net/bluetooth/rfcomm/core.c
338
static void rfcomm_dlc_unlink(struct rfcomm_dlc *d)
net/bluetooth/rfcomm/core.c
352
static struct rfcomm_dlc *rfcomm_dlc_get(struct rfcomm_session *s, u8 dlci)
net/bluetooth/rfcomm/core.c
354
struct rfcomm_dlc *d;
net/bluetooth/rfcomm/core.c
368
static int __rfcomm_dlc_open(struct rfcomm_dlc *d, bdaddr_t *src, bdaddr_t *dst, u8 channel)
net/bluetooth/rfcomm/core.c
422
int rfcomm_dlc_open(struct rfcomm_dlc *d, bdaddr_t *src, bdaddr_t *dst, u8 channel)
net/bluetooth/rfcomm/core.c
434
static void __rfcomm_dlc_disconn(struct rfcomm_dlc *d)
net/bluetooth/rfcomm/core.c
448
static int __rfcomm_dlc_close(struct rfcomm_dlc *d, int err)
net/bluetooth/rfcomm/core.c
500
int rfcomm_dlc_close(struct rfcomm_dlc *d, int err)
net/bluetooth/rfcomm/core.c
503
struct rfcomm_dlc *d_list;
net/bluetooth/rfcomm/core.c
534
struct rfcomm_dlc *rfcomm_dlc_exists(bdaddr_t *src, bdaddr_t *dst, u8 channel)
net/bluetooth/rfcomm/core.c
537
struct rfcomm_dlc *dlc = NULL;
net/bluetooth/rfcomm/core.c
55
static int rfcomm_queue_disc(struct rfcomm_dlc *d);
net/bluetooth/rfcomm/core.c
553
static int rfcomm_dlc_send_frag(struct rfcomm_dlc *d, struct sk_buff *frag)
net/bluetooth/rfcomm/core.c
568
int rfcomm_dlc_send(struct rfcomm_dlc *d, struct sk_buff *skb)
net/bluetooth/rfcomm/core.c
57
static int rfcomm_send_pn(struct rfcomm_session *s, int cr, struct rfcomm_dlc *d);
net/bluetooth/rfcomm/core.c
609
void rfcomm_dlc_send_noerror(struct rfcomm_dlc *d, struct sk_buff *skb)
net/bluetooth/rfcomm/core.c
623
void __rfcomm_dlc_throttle(struct rfcomm_dlc *d)
net/bluetooth/rfcomm/core.c
634
void __rfcomm_dlc_unthrottle(struct rfcomm_dlc *d)
net/bluetooth/rfcomm/core.c
650
int rfcomm_dlc_set_modem_status(struct rfcomm_dlc *d, u8 v24_sig)
net/bluetooth/rfcomm/core.c
668
int rfcomm_dlc_get_modem_status(struct rfcomm_dlc *d, u8 *v24_sig)
net/bluetooth/rfcomm/core.c
744
struct rfcomm_dlc *d, *n;
net/bluetooth/rfcomm/core.c
890
static int rfcomm_queue_disc(struct rfcomm_dlc *d)
net/bluetooth/rfcomm/core.c
951
static int rfcomm_send_pn(struct rfcomm_session *s, int cr, struct rfcomm_dlc *d)
net/bluetooth/rfcomm/sock.c
163
struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc;
net/bluetooth/rfcomm/sock.c
217
struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc;
net/bluetooth/rfcomm/sock.c
284
struct rfcomm_dlc *d;
net/bluetooth/rfcomm/sock.c
389
struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc;
net/bluetooth/rfcomm/sock.c
48
static void rfcomm_sk_data_ready(struct rfcomm_dlc *d, struct sk_buff *skb)
net/bluetooth/rfcomm/sock.c
574
struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc;
net/bluetooth/rfcomm/sock.c
614
struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc;
net/bluetooth/rfcomm/sock.c
62
static void rfcomm_sk_state_change(struct rfcomm_dlc *d, int err)
net/bluetooth/rfcomm/sock.c
951
int rfcomm_connect_ind(struct rfcomm_session *s, u8 channel, struct rfcomm_dlc **d)
net/bluetooth/rfcomm/tty.c
1054
struct rfcomm_dlc *dlc = dev->dlc;
net/bluetooth/rfcomm/tty.c
1067
struct rfcomm_dlc *dlc = dev->dlc;
net/bluetooth/rfcomm/tty.c
215
struct rfcomm_dlc *dlc)
net/bluetooth/rfcomm/tty.c
315
static int rfcomm_dev_add(struct rfcomm_dev_req *req, struct rfcomm_dlc *dlc)
net/bluetooth/rfcomm/tty.c
351
struct rfcomm_dlc *dlc = dev->dlc;
net/bluetooth/rfcomm/tty.c
391
struct rfcomm_dlc *dlc;
net/bluetooth/rfcomm/tty.c
59
struct rfcomm_dlc *dlc;
net/bluetooth/rfcomm/tty.c
592
static void rfcomm_dev_data_ready(struct rfcomm_dlc *dlc, struct sk_buff *skb)
net/bluetooth/rfcomm/tty.c
614
static void rfcomm_dev_state_change(struct rfcomm_dlc *dlc, int err)
net/bluetooth/rfcomm/tty.c
631
static void rfcomm_dev_modem_status(struct rfcomm_dlc *dlc, u8 v24_sig)
net/bluetooth/rfcomm/tty.c
700
struct rfcomm_dlc *dlc;
net/bluetooth/rfcomm/tty.c
71
static void rfcomm_dev_data_ready(struct rfcomm_dlc *dlc, struct sk_buff *skb);
net/bluetooth/rfcomm/tty.c
72
static void rfcomm_dev_state_change(struct rfcomm_dlc *dlc, int err);
net/bluetooth/rfcomm/tty.c
73
static void rfcomm_dev_modem_status(struct rfcomm_dlc *dlc, u8 v24_sig);
net/bluetooth/rfcomm/tty.c
775
struct rfcomm_dlc *dlc = dev->dlc;
net/bluetooth/rfcomm/tty.c
80
struct rfcomm_dlc *dlc = dev->dlc;