• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/

Lines Matching refs:l2cap_conn

80 static struct sk_buff *l2cap_build_cmd(struct l2cap_conn *conn,
219 static void __l2cap_chan_add(struct l2cap_conn *conn, struct sock *sk, struct sock *parent)
255 struct l2cap_conn *conn = l2cap_pi(sk)->conn;
303 struct l2cap_conn *conn = l2cap_pi(sk)->conn;
332 static inline u8 l2cap_get_ident(struct l2cap_conn *conn)
354 static inline void l2cap_send_cmd(struct l2cap_conn *conn, u8 ident, u8 code, u16 len, void *data)
370 struct l2cap_conn *conn = pi->conn;
432 struct l2cap_conn *conn = l2cap_pi(sk)->conn;
480 static void l2cap_send_disconn_req(struct l2cap_conn *conn, struct sock *sk, int err)
505 static void l2cap_conn_start(struct l2cap_conn *conn)
608 static void l2cap_conn_ready(struct l2cap_conn *conn)
635 static void l2cap_conn_unreliable(struct l2cap_conn *conn, int err)
654 struct l2cap_conn *conn = (void *) arg;
662 static struct l2cap_conn *l2cap_conn_add(struct hci_conn *hcon, u8 status)
664 struct l2cap_conn *conn = hcon->l2cap_data;
669 conn = kzalloc(sizeof(struct l2cap_conn), GFP_ATOMIC);
697 struct l2cap_conn *conn = hcon->l2cap_data;
722 static inline void l2cap_chan_add(struct l2cap_conn *conn, struct sock *sk, struct sock *parent)
832 struct l2cap_conn *conn = l2cap_pi(sk)->conn;
843 struct l2cap_conn *conn = l2cap_pi(sk)->conn;
1044 struct l2cap_conn *conn;
1621 struct l2cap_conn *conn = l2cap_pi(sk)->conn;
1653 struct l2cap_conn *conn = l2cap_pi(sk)->conn;
1682 struct l2cap_conn *conn = l2cap_pi(sk)->conn;
1710 struct l2cap_conn *conn = l2cap_pi(sk)->conn;
1909 struct l2cap_conn *conn = l2cap_pi(sk)->conn;
2301 static void l2cap_raw_recv(struct l2cap_conn *conn, struct sk_buff *skb)
2328 static struct sk_buff *l2cap_build_cmd(struct l2cap_conn *conn,
2868 static inline int l2cap_command_rej(struct l2cap_conn *conn, struct l2cap_cmd_hdr *cmd, u8 *data)
2888 static inline int l2cap_connect_req(struct l2cap_conn *conn, struct l2cap_cmd_hdr *cmd, u8 *data)
3014 static inline int l2cap_connect_rsp(struct l2cap_conn *conn, struct l2cap_cmd_hdr *cmd, u8 *data)
3079 static inline int l2cap_config_req(struct l2cap_conn *conn, struct l2cap_cmd_hdr *cmd, u16 cmd_len, u8 *data)
3163 static inline int l2cap_config_rsp(struct l2cap_conn *conn, struct l2cap_cmd_hdr *cmd, u8 *data)
3242 static inline int l2cap_disconnect_req(struct l2cap_conn *conn, struct l2cap_cmd_hdr *cmd, u8 *data)
3271 static inline int l2cap_disconnect_rsp(struct l2cap_conn *conn, struct l2cap_cmd_hdr *cmd, u8 *data)
3293 static inline int l2cap_information_req(struct l2cap_conn *conn, struct l2cap_cmd_hdr *cmd, u8 *data)
3333 static inline int l2cap_information_rsp(struct l2cap_conn *conn, struct l2cap_cmd_hdr *cmd, u8 *data)
3381 static inline void l2cap_sig_channel(struct l2cap_conn *conn, struct sk_buff *skb)
4314 static inline int l2cap_data_channel(struct l2cap_conn *conn, u16 cid, struct sk_buff *skb)
4402 static inline int l2cap_conless_channel(struct l2cap_conn *conn, __le16 psm, struct sk_buff *skb)
4430 static void l2cap_recv_frame(struct l2cap_conn *conn, struct sk_buff *skb)
4501 struct l2cap_conn *conn;
4520 struct l2cap_conn *conn = hcon->l2cap_data;
4562 struct l2cap_conn *conn = hcon->l2cap_data;
4635 struct l2cap_conn *conn = hcon->l2cap_data;