rfcomm_session 172 include/net/bluetooth/rfcomm.h struct rfcomm_session *session; rfcomm_session 229 include/net/bluetooth/rfcomm.h int rfcomm_send_rpn(struct rfcomm_session *s, int cr, u8 dlci, rfcomm_session 277 include/net/bluetooth/rfcomm.h void rfcomm_session_getaddr(struct rfcomm_session *s, bdaddr_t *src, rfcomm_session 317 include/net/bluetooth/rfcomm.h int rfcomm_connect_ind(struct rfcomm_session *s, u8 channel, rfcomm_session 54 net/bluetooth/rfcomm/core.c static int rfcomm_send_frame(struct rfcomm_session *s, u8 *data, int len); rfcomm_session 55 net/bluetooth/rfcomm/core.c static int rfcomm_send_sabm(struct rfcomm_session *s, u8 dlci); rfcomm_session 56 net/bluetooth/rfcomm/core.c static int rfcomm_send_disc(struct rfcomm_session *s, u8 dlci); rfcomm_session 58 net/bluetooth/rfcomm/core.c static int rfcomm_send_nsc(struct rfcomm_session *s, int cr, u8 type); rfcomm_session 59 net/bluetooth/rfcomm/core.c static int rfcomm_send_pn(struct rfcomm_session *s, int cr, struct rfcomm_dlc *d); rfcomm_session 60 net/bluetooth/rfcomm/core.c static int rfcomm_send_msc(struct rfcomm_session *s, int cr, u8 dlci, u8 v24_sig); rfcomm_session 61 net/bluetooth/rfcomm/core.c static int rfcomm_send_test(struct rfcomm_session *s, int cr, u8 *pattern, int len); rfcomm_session 62 net/bluetooth/rfcomm/core.c static int rfcomm_send_credits(struct rfcomm_session *s, u8 addr, u8 credits); rfcomm_session 65 net/bluetooth/rfcomm/core.c static void rfcomm_process_connect(struct rfcomm_session *s); rfcomm_session 67 net/bluetooth/rfcomm/core.c static struct rfcomm_session *rfcomm_session_create(bdaddr_t *src, rfcomm_session 71 net/bluetooth/rfcomm/core.c static struct rfcomm_session *rfcomm_session_get(bdaddr_t *src, bdaddr_t *dst); rfcomm_session 72 net/bluetooth/rfcomm/core.c static struct rfcomm_session *rfcomm_session_del(struct rfcomm_session *s); rfcomm_session 238 net/bluetooth/rfcomm/core.c struct rfcomm_session *s = from_timer(s, t, timer); rfcomm_session 246 net/bluetooth/rfcomm/core.c static void rfcomm_session_set_timer(struct rfcomm_session *s, long timeout) rfcomm_session 253 net/bluetooth/rfcomm/core.c static void rfcomm_session_clear_timer(struct rfcomm_session *s) rfcomm_session 331 net/bluetooth/rfcomm/core.c static void rfcomm_dlc_link(struct rfcomm_session *s, struct rfcomm_dlc *d) rfcomm_session 343 net/bluetooth/rfcomm/core.c struct rfcomm_session *s = d->session; rfcomm_session 355 net/bluetooth/rfcomm/core.c static struct rfcomm_dlc *rfcomm_dlc_get(struct rfcomm_session *s, u8 dlci) rfcomm_session 373 net/bluetooth/rfcomm/core.c struct rfcomm_session *s; rfcomm_session 439 net/bluetooth/rfcomm/core.c struct rfcomm_session *s = d->session; rfcomm_session 453 net/bluetooth/rfcomm/core.c struct rfcomm_session *s = d->session; rfcomm_session 507 net/bluetooth/rfcomm/core.c struct rfcomm_session *s, *s_list; rfcomm_session 539 net/bluetooth/rfcomm/core.c struct rfcomm_session *s; rfcomm_session 645 net/bluetooth/rfcomm/core.c static struct rfcomm_session *rfcomm_session_add(struct socket *sock, int state) rfcomm_session 647 net/bluetooth/rfcomm/core.c struct rfcomm_session *s = kzalloc(sizeof(*s), GFP_KERNEL); rfcomm_session 676 net/bluetooth/rfcomm/core.c static struct rfcomm_session *rfcomm_session_del(struct rfcomm_session *s) rfcomm_session 694 net/bluetooth/rfcomm/core.c static struct rfcomm_session *rfcomm_session_get(bdaddr_t *src, bdaddr_t *dst) rfcomm_session 696 net/bluetooth/rfcomm/core.c struct rfcomm_session *s, *n; rfcomm_session 708 net/bluetooth/rfcomm/core.c static struct rfcomm_session *rfcomm_session_close(struct rfcomm_session *s, rfcomm_session 727 net/bluetooth/rfcomm/core.c static struct rfcomm_session *rfcomm_session_create(bdaddr_t *src, rfcomm_session 732 net/bluetooth/rfcomm/core.c struct rfcomm_session *s = NULL; rfcomm_session 785 net/bluetooth/rfcomm/core.c void rfcomm_session_getaddr(struct rfcomm_session *s, bdaddr_t *src, bdaddr_t *dst) rfcomm_session 795 net/bluetooth/rfcomm/core.c static int rfcomm_send_frame(struct rfcomm_session *s, u8 *data, int len) rfcomm_session 807 net/bluetooth/rfcomm/core.c static int rfcomm_send_cmd(struct rfcomm_session *s, struct rfcomm_cmd *cmd) rfcomm_session 814 net/bluetooth/rfcomm/core.c static int rfcomm_send_sabm(struct rfcomm_session *s, u8 dlci) rfcomm_session 828 net/bluetooth/rfcomm/core.c static int rfcomm_send_ua(struct rfcomm_session *s, u8 dlci) rfcomm_session 842 net/bluetooth/rfcomm/core.c static int rfcomm_send_disc(struct rfcomm_session *s, u8 dlci) rfcomm_session 878 net/bluetooth/rfcomm/core.c static int rfcomm_send_dm(struct rfcomm_session *s, u8 dlci) rfcomm_session 892 net/bluetooth/rfcomm/core.c static int rfcomm_send_nsc(struct rfcomm_session *s, int cr, u8 type) rfcomm_session 917 net/bluetooth/rfcomm/core.c static int rfcomm_send_pn(struct rfcomm_session *s, int cr, struct rfcomm_dlc *d) rfcomm_session 959 net/bluetooth/rfcomm/core.c int rfcomm_send_rpn(struct rfcomm_session *s, int cr, u8 dlci, rfcomm_session 997 net/bluetooth/rfcomm/core.c static int rfcomm_send_rls(struct rfcomm_session *s, int cr, u8 dlci, u8 status) rfcomm_session 1024 net/bluetooth/rfcomm/core.c static int rfcomm_send_msc(struct rfcomm_session *s, int cr, u8 dlci, u8 v24_sig) rfcomm_session 1051 net/bluetooth/rfcomm/core.c static int rfcomm_send_fcoff(struct rfcomm_session *s, int cr) rfcomm_session 1073 net/bluetooth/rfcomm/core.c static int rfcomm_send_fcon(struct rfcomm_session *s, int cr) rfcomm_session 1095 net/bluetooth/rfcomm/core.c static int rfcomm_send_test(struct rfcomm_session *s, int cr, u8 *pattern, int len) rfcomm_session 1127 net/bluetooth/rfcomm/core.c static int rfcomm_send_credits(struct rfcomm_session *s, u8 addr, u8 credits) rfcomm_session 1167 net/bluetooth/rfcomm/core.c static struct rfcomm_session *rfcomm_recv_ua(struct rfcomm_session *s, u8 dlci) rfcomm_session 1219 net/bluetooth/rfcomm/core.c static struct rfcomm_session *rfcomm_recv_dm(struct rfcomm_session *s, u8 dlci) rfcomm_session 1248 net/bluetooth/rfcomm/core.c static struct rfcomm_session *rfcomm_recv_disc(struct rfcomm_session *s, rfcomm_session 1324 net/bluetooth/rfcomm/core.c static int rfcomm_recv_sabm(struct rfcomm_session *s, u8 dlci) rfcomm_session 1368 net/bluetooth/rfcomm/core.c struct rfcomm_session *s = d->session; rfcomm_session 1395 net/bluetooth/rfcomm/core.c static int rfcomm_recv_pn(struct rfcomm_session *s, int cr, struct sk_buff *skb) rfcomm_session 1447 net/bluetooth/rfcomm/core.c static int rfcomm_recv_rpn(struct rfcomm_session *s, int cr, int len, struct sk_buff *skb) rfcomm_session 1553 net/bluetooth/rfcomm/core.c static int rfcomm_recv_rls(struct rfcomm_session *s, int cr, struct sk_buff *skb) rfcomm_session 1572 net/bluetooth/rfcomm/core.c static int rfcomm_recv_msc(struct rfcomm_session *s, int cr, struct sk_buff *skb) rfcomm_session 1608 net/bluetooth/rfcomm/core.c static int rfcomm_recv_mcc(struct rfcomm_session *s, struct sk_buff *skb) rfcomm_session 1668 net/bluetooth/rfcomm/core.c static int rfcomm_recv_data(struct rfcomm_session *s, u8 dlci, int pf, struct sk_buff *skb) rfcomm_session 1701 net/bluetooth/rfcomm/core.c static struct rfcomm_session *rfcomm_recv_frame(struct rfcomm_session *s, rfcomm_session 1769 net/bluetooth/rfcomm/core.c static void rfcomm_process_connect(struct rfcomm_session *s) rfcomm_session 1839 net/bluetooth/rfcomm/core.c static void rfcomm_process_dlcs(struct rfcomm_session *s) rfcomm_session 1896 net/bluetooth/rfcomm/core.c static struct rfcomm_session *rfcomm_process_rx(struct rfcomm_session *s) rfcomm_session 1922 net/bluetooth/rfcomm/core.c static void rfcomm_accept_connection(struct rfcomm_session *s) rfcomm_session 1954 net/bluetooth/rfcomm/core.c static struct rfcomm_session *rfcomm_check_connection(struct rfcomm_session *s) rfcomm_session 1980 net/bluetooth/rfcomm/core.c struct rfcomm_session *s, *n; rfcomm_session 2017 net/bluetooth/rfcomm/core.c struct rfcomm_session *s; rfcomm_session 2067 net/bluetooth/rfcomm/core.c struct rfcomm_session *s, *n; rfcomm_session 2101 net/bluetooth/rfcomm/core.c struct rfcomm_session *s; rfcomm_session 2150 net/bluetooth/rfcomm/core.c struct rfcomm_session *s; rfcomm_session 956 net/bluetooth/rfcomm/sock.c int rfcomm_connect_ind(struct rfcomm_session *s, u8 channel, struct rfcomm_dlc **d)