Symbol: iso_conn
net/bluetooth/iso.c
101
struct iso_conn *conn = container_of(ref, struct iso_conn, ref);
net/bluetooth/iso.c
1052
static struct hci_dev *iso_conn_get_hdev(struct iso_conn *conn)
net/bluetooth/iso.c
121
static void iso_conn_put(struct iso_conn *conn)
net/bluetooth/iso.c
1231
struct iso_conn *conn;
net/bluetooth/iso.c
131
static struct iso_conn *iso_conn_hold_unless_zero(struct iso_conn *conn)
net/bluetooth/iso.c
144
static struct sock *iso_sock_hold(struct iso_conn *conn)
net/bluetooth/iso.c
156
struct iso_conn *conn = container_of(work, struct iso_conn,
net/bluetooth/iso.c
1593
struct iso_conn *conn;
net/bluetooth/iso.c
201
static struct iso_conn *iso_conn_add(struct hci_conn *hcon)
net/bluetooth/iso.c
203
struct iso_conn *conn = hcon->iso_data;
net/bluetooth/iso.c
2074
static void iso_conn_ready(struct iso_conn *conn)
net/bluetooth/iso.c
236
struct iso_conn *conn;
net/bluetooth/iso.c
2488
struct iso_conn *conn;
net/bluetooth/iso.c
2512
struct iso_conn *conn;
net/bluetooth/iso.c
267
struct iso_conn *conn = hcon->iso_data;
net/bluetooth/iso.c
294
static int __iso_chan_add(struct iso_conn *conn, struct sock *sk,
net/bluetooth/iso.c
316
static int iso_chan_add(struct iso_conn *conn, struct sock *sk,
net/bluetooth/iso.c
338
struct iso_conn *conn;
net/bluetooth/iso.c
439
struct iso_conn *conn;
net/bluetooth/iso.c
550
struct iso_conn *conn = iso_pi(sk)->conn;
net/bluetooth/iso.c
578
static void iso_recv_frame(struct iso_conn *conn, struct sk_buff *skb)
net/bluetooth/iso.c
76
struct iso_conn *conn;