Lines Matching refs:sock
240 struct sock sk;
242 struct sock *parent;
262 void bt_sock_link(struct bt_sock_list *l, struct sock *s);
263 void bt_sock_unlink(struct bt_sock_list *l, struct sock *s);
264 int bt_sock_recvmsg(struct socket *sock, struct msghdr *msg, size_t len,
266 int bt_sock_stream_recvmsg(struct socket *sock, struct msghdr *msg,
268 uint bt_sock_poll(struct file *file, struct socket *sock, poll_table *wait);
269 int bt_sock_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg);
270 int bt_sock_wait_state(struct sock *sk, int state, unsigned long timeo);
271 int bt_sock_wait_ready(struct sock *sk, unsigned long flags);
273 void bt_accept_enqueue(struct sock *parent, struct sock *sk);
274 void bt_accept_unlink(struct sock *sk);
275 struct sock *bt_accept_dequeue(struct sock *parent, struct socket *newsock);
331 static inline struct sk_buff *bt_skb_send_alloc(struct sock *sk, in bt_skb_send_alloc()
363 void hci_sock_set_flag(struct sock *sk, int nr);
364 void hci_sock_clear_flag(struct sock *sk, int nr);
365 int hci_sock_test_flag(struct sock *sk, int nr);
366 unsigned short hci_sock_get_channel(struct sock *sk);
401 void bt_sock_reclassify_lock(struct sock *sk, int proto);