Symbol: rfcomm_session
include/net/bluetooth/rfcomm.h
171
struct rfcomm_session *session;
include/net/bluetooth/rfcomm.h
228
int rfcomm_send_rpn(struct rfcomm_session *s, int cr, u8 dlci,
include/net/bluetooth/rfcomm.h
276
void rfcomm_session_getaddr(struct rfcomm_session *s, bdaddr_t *src,
include/net/bluetooth/rfcomm.h
316
int rfcomm_connect_ind(struct rfcomm_session *s, u8 channel,
net/bluetooth/rfcomm/core.c
1034
static int rfcomm_send_rls(struct rfcomm_session *s, int cr, u8 dlci, u8 status)
net/bluetooth/rfcomm/core.c
1061
static int rfcomm_send_msc(struct rfcomm_session *s, int cr, u8 dlci, u8 v24_sig)
net/bluetooth/rfcomm/core.c
1088
static int rfcomm_send_fcoff(struct rfcomm_session *s, int cr)
net/bluetooth/rfcomm/core.c
1110
static int rfcomm_send_fcon(struct rfcomm_session *s, int cr)
net/bluetooth/rfcomm/core.c
1132
static int rfcomm_send_test(struct rfcomm_session *s, int cr, u8 *pattern, int len)
net/bluetooth/rfcomm/core.c
1164
static int rfcomm_send_credits(struct rfcomm_session *s, u8 addr, u8 credits)
net/bluetooth/rfcomm/core.c
1204
static struct rfcomm_session *rfcomm_recv_ua(struct rfcomm_session *s, u8 dlci)
net/bluetooth/rfcomm/core.c
1256
static struct rfcomm_session *rfcomm_recv_dm(struct rfcomm_session *s, u8 dlci)
net/bluetooth/rfcomm/core.c
1285
static struct rfcomm_session *rfcomm_recv_disc(struct rfcomm_session *s,
net/bluetooth/rfcomm/core.c
1361
static int rfcomm_recv_sabm(struct rfcomm_session *s, u8 dlci)
net/bluetooth/rfcomm/core.c
1405
struct rfcomm_session *s = d->session;
net/bluetooth/rfcomm/core.c
1432
static int rfcomm_recv_pn(struct rfcomm_session *s, int cr, struct sk_buff *skb)
net/bluetooth/rfcomm/core.c
1484
static int rfcomm_recv_rpn(struct rfcomm_session *s, int cr, int len, struct sk_buff *skb)
net/bluetooth/rfcomm/core.c
1590
static int rfcomm_recv_rls(struct rfcomm_session *s, int cr, struct sk_buff *skb)
net/bluetooth/rfcomm/core.c
1609
static int rfcomm_recv_msc(struct rfcomm_session *s, int cr, struct sk_buff *skb)
net/bluetooth/rfcomm/core.c
1645
static int rfcomm_recv_mcc(struct rfcomm_session *s, struct sk_buff *skb)
net/bluetooth/rfcomm/core.c
1705
static int rfcomm_recv_data(struct rfcomm_session *s, u8 dlci, int pf, struct sk_buff *skb)
net/bluetooth/rfcomm/core.c
1738
static struct rfcomm_session *rfcomm_recv_frame(struct rfcomm_session *s,
net/bluetooth/rfcomm/core.c
1806
static void rfcomm_process_connect(struct rfcomm_session *s)
net/bluetooth/rfcomm/core.c
1876
static void rfcomm_process_dlcs(struct rfcomm_session *s)
net/bluetooth/rfcomm/core.c
1933
static struct rfcomm_session *rfcomm_process_rx(struct rfcomm_session *s)
net/bluetooth/rfcomm/core.c
1959
static void rfcomm_accept_connection(struct rfcomm_session *s)
net/bluetooth/rfcomm/core.c
1992
static struct rfcomm_session *rfcomm_check_connection(struct rfcomm_session *s)
net/bluetooth/rfcomm/core.c
2018
struct rfcomm_session *s, *n;
net/bluetooth/rfcomm/core.c
2055
struct rfcomm_session *s;
net/bluetooth/rfcomm/core.c
2106
struct rfcomm_session *s, *n;
net/bluetooth/rfcomm/core.c
2140
struct rfcomm_session *s;
net/bluetooth/rfcomm/core.c
2189
struct rfcomm_session *s;
net/bluetooth/rfcomm/core.c
238
struct rfcomm_session *s = timer_container_of(s, t, timer);
net/bluetooth/rfcomm/core.c
246
static void rfcomm_session_set_timer(struct rfcomm_session *s, long timeout)
net/bluetooth/rfcomm/core.c
253
static void rfcomm_session_clear_timer(struct rfcomm_session *s)
net/bluetooth/rfcomm/core.c
331
static void rfcomm_dlc_link(struct rfcomm_session *s, struct rfcomm_dlc *d)
net/bluetooth/rfcomm/core.c
343
struct rfcomm_session *s = d->session;
net/bluetooth/rfcomm/core.c
355
static struct rfcomm_dlc *rfcomm_dlc_get(struct rfcomm_session *s, u8 dlci)
net/bluetooth/rfcomm/core.c
373
struct rfcomm_session *s;
net/bluetooth/rfcomm/core.c
439
struct rfcomm_session *s = d->session;
net/bluetooth/rfcomm/core.c
453
struct rfcomm_session *s = d->session;
net/bluetooth/rfcomm/core.c
507
struct rfcomm_session *s, *s_list;
net/bluetooth/rfcomm/core.c
539
struct rfcomm_session *s;
net/bluetooth/rfcomm/core.c
55
static int rfcomm_send_frame(struct rfcomm_session *s, u8 *data, int len);
net/bluetooth/rfcomm/core.c
56
static int rfcomm_send_sabm(struct rfcomm_session *s, u8 dlci);
net/bluetooth/rfcomm/core.c
57
static int rfcomm_send_disc(struct rfcomm_session *s, u8 dlci);
net/bluetooth/rfcomm/core.c
59
static int rfcomm_send_nsc(struct rfcomm_session *s, int cr, u8 type);
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
61
static int rfcomm_send_msc(struct rfcomm_session *s, int cr, u8 dlci, u8 v24_sig);
net/bluetooth/rfcomm/core.c
62
static int rfcomm_send_test(struct rfcomm_session *s, int cr, u8 *pattern, int len);
net/bluetooth/rfcomm/core.c
63
static int rfcomm_send_credits(struct rfcomm_session *s, u8 addr, u8 credits);
net/bluetooth/rfcomm/core.c
66
static void rfcomm_process_connect(struct rfcomm_session *s);
net/bluetooth/rfcomm/core.c
68
static struct rfcomm_session *rfcomm_session_create(bdaddr_t *src,
net/bluetooth/rfcomm/core.c
681
static struct rfcomm_session *rfcomm_session_add(struct socket *sock, int state)
net/bluetooth/rfcomm/core.c
683
struct rfcomm_session *s = kzalloc_obj(*s);
net/bluetooth/rfcomm/core.c
712
static struct rfcomm_session *rfcomm_session_del(struct rfcomm_session *s)
net/bluetooth/rfcomm/core.c
72
static struct rfcomm_session *rfcomm_session_get(bdaddr_t *src, bdaddr_t *dst);
net/bluetooth/rfcomm/core.c
73
static struct rfcomm_session *rfcomm_session_del(struct rfcomm_session *s);
net/bluetooth/rfcomm/core.c
730
static struct rfcomm_session *rfcomm_session_get(bdaddr_t *src, bdaddr_t *dst)
net/bluetooth/rfcomm/core.c
732
struct rfcomm_session *s, *n;
net/bluetooth/rfcomm/core.c
744
static struct rfcomm_session *rfcomm_session_close(struct rfcomm_session *s,
net/bluetooth/rfcomm/core.c
763
static struct rfcomm_session *rfcomm_session_create(bdaddr_t *src,
net/bluetooth/rfcomm/core.c
768
struct rfcomm_session *s = NULL;
net/bluetooth/rfcomm/core.c
822
void rfcomm_session_getaddr(struct rfcomm_session *s, bdaddr_t *src, bdaddr_t *dst)
net/bluetooth/rfcomm/core.c
832
static int rfcomm_send_frame(struct rfcomm_session *s, u8 *data, int len)
net/bluetooth/rfcomm/core.c
844
static int rfcomm_send_cmd(struct rfcomm_session *s, struct rfcomm_cmd *cmd)
net/bluetooth/rfcomm/core.c
851
static int rfcomm_send_sabm(struct rfcomm_session *s, u8 dlci)
net/bluetooth/rfcomm/core.c
865
static int rfcomm_send_ua(struct rfcomm_session *s, u8 dlci)
net/bluetooth/rfcomm/core.c
879
static int rfcomm_send_disc(struct rfcomm_session *s, u8 dlci)
net/bluetooth/rfcomm/core.c
915
static int rfcomm_send_dm(struct rfcomm_session *s, u8 dlci)
net/bluetooth/rfcomm/core.c
929
static int rfcomm_send_nsc(struct rfcomm_session *s, int cr, u8 type)
net/bluetooth/rfcomm/core.c
954
static int rfcomm_send_pn(struct rfcomm_session *s, int cr, struct rfcomm_dlc *d)
net/bluetooth/rfcomm/core.c
996
int rfcomm_send_rpn(struct rfcomm_session *s, int cr, u8 dlci,
net/bluetooth/rfcomm/sock.c
933
int rfcomm_connect_ind(struct rfcomm_session *s, u8 channel, struct rfcomm_dlc **d)