Home
last modified time | relevance | path

Searched refs:bt_sock (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/include/net/bluetooth/
Dbluetooth.h221 #define bt_sk(__sk) ((struct bt_sock *) __sk)
223 struct bt_sock { struct
Drfcomm.h303 struct bt_sock bt;
Dl2cap.h668 struct bt_sock bt;
/linux-4.1.27/net/bluetooth/
Daf_bluetooth.c185 sk = (struct sock *) list_entry(p, struct bt_sock, accept_q); in bt_accept_dequeue()
397 sk = (struct sock *) list_entry(p, struct bt_sock, accept_q); in bt_accept_poll()
622 struct bt_sock *bt = bt_sk(sk); in bt_seq_show()
Dsco.c63 struct bt_sock bt;
Dhci_sock.c48 struct bt_sock bt;
/linux-4.1.27/net/bluetooth/cmtp/
Dsock.c195 .obj_size = sizeof(struct bt_sock)
/linux-4.1.27/net/bluetooth/bnep/
Dsock.c192 .obj_size = sizeof(struct bt_sock)
/linux-4.1.27/net/bluetooth/hidp/
Dsock.c225 .obj_size = sizeof(struct bt_sock)
Dcore.c912 struct bt_sock *ctrl, *intr; in hidp_session_new()
1296 struct bt_sock *ctrl, *intr; in hidp_verify_sockets()