Searched refs:l2cap_conn (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bluetooth/
H A Dl2cap.c73 static inline void l2cap_chan_add(struct l2cap_conn *conn, struct sock *sk, struct sock *parent);
81 static int l2cap_send_req(struct l2cap_conn *conn, __u8 code, __u16 len, void *data);
82 static int l2cap_send_rsp(struct l2cap_conn *conn, __u8 ident, __u8 code, __u16 len, void *data);
123 static struct l2cap_conn *l2cap_conn_add(struct hci_conn *hcon, __u8 status)
125 struct l2cap_conn *conn;
133 if (!(conn = kmalloc(sizeof(struct l2cap_conn), GFP_ATOMIC)))
135 memset(conn, 0, sizeof(struct l2cap_conn));
155 struct l2cap_conn *conn;
185 struct l2cap_conn *conn;
340 struct l2cap_conn *con
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/bluetooth/
H A Dl2cap.h199 struct l2cap_conn { struct
236 struct l2cap_conn *conn;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/bluetooth/
H A Dl2cap.h199 struct l2cap_conn { struct
236 struct l2cap_conn *conn;

Completed in 42 milliseconds