Symbol: rfcomm_dlc
include/net/bluetooth/rfcomm.h
197
void (*data_ready)(struct rfcomm_dlc *d, struct sk_buff *skb);
include/net/bluetooth/rfcomm.h
198
void (*state_change)(struct rfcomm_dlc *d, int err);
include/net/bluetooth/rfcomm.h
199
void (*modem_status)(struct rfcomm_dlc *d, u8 v24_sig);
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
1210
struct rfcomm_dlc *d = rfcomm_dlc_get(s, dlci);
net/bluetooth/rfcomm/core.c
1264
struct rfcomm_dlc *d = rfcomm_dlc_get(s, dlci);
net/bluetooth/rfcomm/core.c
1293
struct rfcomm_dlc *d = rfcomm_dlc_get(s, dlci);
net/bluetooth/rfcomm/core.c
1320
void rfcomm_dlc_accept(struct rfcomm_dlc *d)
net/bluetooth/rfcomm/core.c
1342
static void rfcomm_check_accept(struct rfcomm_dlc *d)
net/bluetooth/rfcomm/core.c
1363
struct rfcomm_dlc *d;
net/bluetooth/rfcomm/core.c
1403
static int rfcomm_apply_pn(struct rfcomm_dlc *d, int cr, struct rfcomm_pn *pn)
net/bluetooth/rfcomm/core.c
1435
struct rfcomm_dlc *d;
net/bluetooth/rfcomm/core.c
1612
struct rfcomm_dlc *d;
net/bluetooth/rfcomm/core.c
1707
struct rfcomm_dlc *d;
net/bluetooth/rfcomm/core.c
1808
struct rfcomm_dlc *d, *n;
net/bluetooth/rfcomm/core.c
1828
static int rfcomm_process_tx(struct rfcomm_dlc *d)
net/bluetooth/rfcomm/core.c
1878
struct rfcomm_dlc *d, *n;
net/bluetooth/rfcomm/core.c
212
static int rfcomm_check_security(struct rfcomm_dlc *d)
net/bluetooth/rfcomm/core.c
2141
struct rfcomm_dlc *d, *n;
net/bluetooth/rfcomm/core.c
2195
struct rfcomm_dlc *d;
net/bluetooth/rfcomm/core.c
263
struct rfcomm_dlc *d = timer_container_of(d, t, timer);
net/bluetooth/rfcomm/core.c
272
static void rfcomm_dlc_set_timer(struct rfcomm_dlc *d, long timeout)
net/bluetooth/rfcomm/core.c
280
static void rfcomm_dlc_clear_timer(struct rfcomm_dlc *d)
net/bluetooth/rfcomm/core.c
288
static void rfcomm_dlc_clear_state(struct rfcomm_dlc *d)
net/bluetooth/rfcomm/core.c
303
struct rfcomm_dlc *rfcomm_dlc_alloc(gfp_t prio)
net/bluetooth/rfcomm/core.c
305
struct rfcomm_dlc *d = kzalloc_obj(*d, prio);
net/bluetooth/rfcomm/core.c
323
void rfcomm_dlc_free(struct rfcomm_dlc *d)
net/bluetooth/rfcomm/core.c
331
static void rfcomm_dlc_link(struct rfcomm_session *s, struct rfcomm_dlc *d)
net/bluetooth/rfcomm/core.c
341
static void rfcomm_dlc_unlink(struct rfcomm_dlc *d)
net/bluetooth/rfcomm/core.c
355
static struct rfcomm_dlc *rfcomm_dlc_get(struct rfcomm_session *s, u8 dlci)
net/bluetooth/rfcomm/core.c
357
struct rfcomm_dlc *d;
net/bluetooth/rfcomm/core.c
371
static int __rfcomm_dlc_open(struct rfcomm_dlc *d, bdaddr_t *src, bdaddr_t *dst, u8 channel)
net/bluetooth/rfcomm/core.c
425
int rfcomm_dlc_open(struct rfcomm_dlc *d, bdaddr_t *src, bdaddr_t *dst, u8 channel)
net/bluetooth/rfcomm/core.c
437
static void __rfcomm_dlc_disconn(struct rfcomm_dlc *d)
net/bluetooth/rfcomm/core.c
451
static int __rfcomm_dlc_close(struct rfcomm_dlc *d, int err)
net/bluetooth/rfcomm/core.c
503
int rfcomm_dlc_close(struct rfcomm_dlc *d, int err)
net/bluetooth/rfcomm/core.c
506
struct rfcomm_dlc *d_list;
net/bluetooth/rfcomm/core.c
537
struct rfcomm_dlc *rfcomm_dlc_exists(bdaddr_t *src, bdaddr_t *dst, u8 channel)
net/bluetooth/rfcomm/core.c
540
struct rfcomm_dlc *dlc = NULL;
net/bluetooth/rfcomm/core.c
556
static int rfcomm_dlc_send_frag(struct rfcomm_dlc *d, struct sk_buff *frag)
net/bluetooth/rfcomm/core.c
571
int rfcomm_dlc_send(struct rfcomm_dlc *d, struct sk_buff *skb)
net/bluetooth/rfcomm/core.c
58
static int rfcomm_queue_disc(struct rfcomm_dlc *d);
net/bluetooth/rfcomm/core.c
60
static int rfcomm_send_pn(struct rfcomm_session *s, int cr, struct rfcomm_dlc *d);
net/bluetooth/rfcomm/core.c
612
void rfcomm_dlc_send_noerror(struct rfcomm_dlc *d, struct sk_buff *skb)
net/bluetooth/rfcomm/core.c
626
void __rfcomm_dlc_throttle(struct rfcomm_dlc *d)
net/bluetooth/rfcomm/core.c
637
void __rfcomm_dlc_unthrottle(struct rfcomm_dlc *d)
net/bluetooth/rfcomm/core.c
653
int rfcomm_dlc_set_modem_status(struct rfcomm_dlc *d, u8 v24_sig)
net/bluetooth/rfcomm/core.c
671
int rfcomm_dlc_get_modem_status(struct rfcomm_dlc *d, u8 *v24_sig)
net/bluetooth/rfcomm/core.c
747
struct rfcomm_dlc *d, *n;
net/bluetooth/rfcomm/core.c
893
static int rfcomm_queue_disc(struct rfcomm_dlc *d)
net/bluetooth/rfcomm/core.c
954
static int rfcomm_send_pn(struct rfcomm_session *s, int cr, struct rfcomm_dlc *d)
net/bluetooth/rfcomm/sock.c
155
struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc;
net/bluetooth/rfcomm/sock.c
207
struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc;
net/bluetooth/rfcomm/sock.c
274
struct rfcomm_dlc *d;
net/bluetooth/rfcomm/sock.c
379
struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc;
net/bluetooth/rfcomm/sock.c
50
static void rfcomm_sk_data_ready(struct rfcomm_dlc *d, struct sk_buff *skb)
net/bluetooth/rfcomm/sock.c
559
struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc;
net/bluetooth/rfcomm/sock.c
599
struct rfcomm_dlc *d = rfcomm_pi(sk)->dlc;
net/bluetooth/rfcomm/sock.c
64
static void rfcomm_sk_state_change(struct rfcomm_dlc *d, int err)
net/bluetooth/rfcomm/sock.c
933
int rfcomm_connect_ind(struct rfcomm_session *s, u8 channel, struct rfcomm_dlc **d)
net/bluetooth/rfcomm/tty.c
1058
struct rfcomm_dlc *dlc = dev->dlc;
net/bluetooth/rfcomm/tty.c
1071
struct rfcomm_dlc *dlc = dev->dlc;
net/bluetooth/rfcomm/tty.c
218
struct rfcomm_dlc *dlc)
net/bluetooth/rfcomm/tty.c
318
static int rfcomm_dev_add(struct rfcomm_dev_req *req, struct rfcomm_dlc *dlc)
net/bluetooth/rfcomm/tty.c
354
struct rfcomm_dlc *dlc = dev->dlc;
net/bluetooth/rfcomm/tty.c
394
struct rfcomm_dlc *dlc;
net/bluetooth/rfcomm/tty.c
595
static void rfcomm_dev_data_ready(struct rfcomm_dlc *dlc, struct sk_buff *skb)
net/bluetooth/rfcomm/tty.c
617
static void rfcomm_dev_state_change(struct rfcomm_dlc *dlc, int err)
net/bluetooth/rfcomm/tty.c
62
struct rfcomm_dlc *dlc;
net/bluetooth/rfcomm/tty.c
634
static void rfcomm_dev_modem_status(struct rfcomm_dlc *dlc, u8 v24_sig)
net/bluetooth/rfcomm/tty.c
703
struct rfcomm_dlc *dlc;
net/bluetooth/rfcomm/tty.c
74
static void rfcomm_dev_data_ready(struct rfcomm_dlc *dlc, struct sk_buff *skb);
net/bluetooth/rfcomm/tty.c
75
static void rfcomm_dev_state_change(struct rfcomm_dlc *dlc, int err);
net/bluetooth/rfcomm/tty.c
76
static void rfcomm_dev_modem_status(struct rfcomm_dlc *dlc, u8 v24_sig);
net/bluetooth/rfcomm/tty.c
778
struct rfcomm_dlc *dlc = dev->dlc;
net/bluetooth/rfcomm/tty.c
83
struct rfcomm_dlc *dlc = dev->dlc;