Symbol: rfcomm_session
include/net/bluetooth/rfcomm.h
168
struct rfcomm_session *session;
include/net/bluetooth/rfcomm.h
225
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
1048
static int rfcomm_send_rls(struct rfcomm_session *s, int cr, u8 dlci, u8 status)
net/bluetooth/rfcomm/core.c
1075
static int rfcomm_send_msc(struct rfcomm_session *s, int cr, u8 dlci, u8 v24_sig)
net/bluetooth/rfcomm/core.c
1102
static int rfcomm_send_fcoff(struct rfcomm_session *s, int cr)
net/bluetooth/rfcomm/core.c
1124
static int rfcomm_send_fcon(struct rfcomm_session *s, int cr)
net/bluetooth/rfcomm/core.c
1146
static int rfcomm_send_test(struct rfcomm_session *s, int cr, u8 *pattern, int len)
net/bluetooth/rfcomm/core.c
1178
static int rfcomm_send_credits(struct rfcomm_session *s, u8 addr, u8 credits)
net/bluetooth/rfcomm/core.c
1218
static struct rfcomm_session *rfcomm_recv_ua(struct rfcomm_session *s, u8 dlci)
net/bluetooth/rfcomm/core.c
1270
static struct rfcomm_session *rfcomm_recv_dm(struct rfcomm_session *s, u8 dlci)
net/bluetooth/rfcomm/core.c
1299
static struct rfcomm_session *rfcomm_recv_disc(struct rfcomm_session *s,
net/bluetooth/rfcomm/core.c
1375
static int rfcomm_recv_sabm(struct rfcomm_session *s, u8 dlci)
net/bluetooth/rfcomm/core.c
1419
struct rfcomm_session *s = d->session;
net/bluetooth/rfcomm/core.c
1446
static int rfcomm_recv_pn(struct rfcomm_session *s, int cr, struct sk_buff *skb)
net/bluetooth/rfcomm/core.c
1503
static int rfcomm_recv_rpn(struct rfcomm_session *s, int cr, int len, struct sk_buff *skb)
net/bluetooth/rfcomm/core.c
1623
static int rfcomm_recv_rls(struct rfcomm_session *s, int cr, struct sk_buff *skb)
net/bluetooth/rfcomm/core.c
1647
static int rfcomm_recv_msc(struct rfcomm_session *s, int cr, struct sk_buff *skb)
net/bluetooth/rfcomm/core.c
1688
static int rfcomm_recv_mcc(struct rfcomm_session *s, struct sk_buff *skb)
net/bluetooth/rfcomm/core.c
1750
static int rfcomm_recv_data(struct rfcomm_session *s, u8 dlci, int pf, struct sk_buff *skb)
net/bluetooth/rfcomm/core.c
1786
static struct rfcomm_session *rfcomm_recv_frame(struct rfcomm_session *s,
net/bluetooth/rfcomm/core.c
1859
static void rfcomm_process_connect(struct rfcomm_session *s)
net/bluetooth/rfcomm/core.c
1929
static void rfcomm_process_dlcs(struct rfcomm_session *s)
net/bluetooth/rfcomm/core.c
1986
static struct rfcomm_session *rfcomm_process_rx(struct rfcomm_session *s)
net/bluetooth/rfcomm/core.c
2012
static void rfcomm_accept_connection(struct rfcomm_session *s)
net/bluetooth/rfcomm/core.c
2045
static struct rfcomm_session *rfcomm_check_connection(struct rfcomm_session *s)
net/bluetooth/rfcomm/core.c
2071
struct rfcomm_session *s, *n;
net/bluetooth/rfcomm/core.c
2108
struct rfcomm_session *s;
net/bluetooth/rfcomm/core.c
2159
struct rfcomm_session *s, *n;
net/bluetooth/rfcomm/core.c
2193
struct rfcomm_session *s;
net/bluetooth/rfcomm/core.c
2242
struct rfcomm_session *s;
net/bluetooth/rfcomm/core.c
235
struct rfcomm_session *s = timer_container_of(s, t, timer);
net/bluetooth/rfcomm/core.c
243
static void rfcomm_session_set_timer(struct rfcomm_session *s, long timeout)
net/bluetooth/rfcomm/core.c
250
static void rfcomm_session_clear_timer(struct rfcomm_session *s)
net/bluetooth/rfcomm/core.c
328
static void rfcomm_dlc_link(struct rfcomm_session *s, struct rfcomm_dlc *d)
net/bluetooth/rfcomm/core.c
340
struct rfcomm_session *s = d->session;
net/bluetooth/rfcomm/core.c
352
static struct rfcomm_dlc *rfcomm_dlc_get(struct rfcomm_session *s, u8 dlci)
net/bluetooth/rfcomm/core.c
370
struct rfcomm_session *s;
net/bluetooth/rfcomm/core.c
436
struct rfcomm_session *s = d->session;
net/bluetooth/rfcomm/core.c
450
struct rfcomm_session *s = d->session;
net/bluetooth/rfcomm/core.c
504
struct rfcomm_session *s, *s_list;
net/bluetooth/rfcomm/core.c
52
static int rfcomm_send_frame(struct rfcomm_session *s, u8 *data, int len);
net/bluetooth/rfcomm/core.c
53
static int rfcomm_send_sabm(struct rfcomm_session *s, u8 dlci);
net/bluetooth/rfcomm/core.c
536
struct rfcomm_session *s;
net/bluetooth/rfcomm/core.c
54
static int rfcomm_send_disc(struct rfcomm_session *s, u8 dlci);
net/bluetooth/rfcomm/core.c
56
static int rfcomm_send_nsc(struct rfcomm_session *s, int cr, u8 type);
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
58
static int rfcomm_send_msc(struct rfcomm_session *s, int cr, u8 dlci, u8 v24_sig);
net/bluetooth/rfcomm/core.c
59
static int rfcomm_send_test(struct rfcomm_session *s, int cr, u8 *pattern, int len);
net/bluetooth/rfcomm/core.c
60
static int rfcomm_send_credits(struct rfcomm_session *s, u8 addr, u8 credits);
net/bluetooth/rfcomm/core.c
63
static void rfcomm_process_connect(struct rfcomm_session *s);
net/bluetooth/rfcomm/core.c
65
static struct rfcomm_session *rfcomm_session_create(bdaddr_t *src,
net/bluetooth/rfcomm/core.c
678
static struct rfcomm_session *rfcomm_session_add(struct socket *sock, int state)
net/bluetooth/rfcomm/core.c
680
struct rfcomm_session *s = kzalloc_obj(*s);
net/bluetooth/rfcomm/core.c
69
static struct rfcomm_session *rfcomm_session_get(bdaddr_t *src, bdaddr_t *dst);
net/bluetooth/rfcomm/core.c
70
static struct rfcomm_session *rfcomm_session_del(struct rfcomm_session *s);
net/bluetooth/rfcomm/core.c
709
static struct rfcomm_session *rfcomm_session_del(struct rfcomm_session *s)
net/bluetooth/rfcomm/core.c
727
static struct rfcomm_session *rfcomm_session_get(bdaddr_t *src, bdaddr_t *dst)
net/bluetooth/rfcomm/core.c
729
struct rfcomm_session *s, *n;
net/bluetooth/rfcomm/core.c
741
static struct rfcomm_session *rfcomm_session_close(struct rfcomm_session *s,
net/bluetooth/rfcomm/core.c
760
static struct rfcomm_session *rfcomm_session_create(bdaddr_t *src,
net/bluetooth/rfcomm/core.c
765
struct rfcomm_session *s = NULL;
net/bluetooth/rfcomm/core.c
819
void rfcomm_session_getaddr(struct rfcomm_session *s, bdaddr_t *src, bdaddr_t *dst)
net/bluetooth/rfcomm/core.c
829
static int rfcomm_send_frame(struct rfcomm_session *s, u8 *data, int len)
net/bluetooth/rfcomm/core.c
841
static int rfcomm_send_cmd(struct rfcomm_session *s, struct rfcomm_cmd *cmd)
net/bluetooth/rfcomm/core.c
848
static int rfcomm_send_sabm(struct rfcomm_session *s, u8 dlci)
net/bluetooth/rfcomm/core.c
862
static int rfcomm_send_ua(struct rfcomm_session *s, u8 dlci)
net/bluetooth/rfcomm/core.c
876
static int rfcomm_send_disc(struct rfcomm_session *s, u8 dlci)
net/bluetooth/rfcomm/core.c
912
static int rfcomm_send_dm(struct rfcomm_session *s, u8 dlci)
net/bluetooth/rfcomm/core.c
926
static int rfcomm_send_nsc(struct rfcomm_session *s, int cr, u8 type)
net/bluetooth/rfcomm/core.c
951
static int rfcomm_send_pn(struct rfcomm_session *s, int cr, struct rfcomm_dlc *d)
net/bluetooth/rfcomm/core.c
993
int rfcomm_send_rpn(struct rfcomm_session *s, int cr, u8 dlci,
net/bluetooth/rfcomm/sock.c
951
int rfcomm_connect_ind(struct rfcomm_session *s, u8 channel, struct rfcomm_dlc **d)