Home
last modified time | relevance | path

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

/linux-2.6.39/include/net/bluetooth/
Dbluetooth.h113 #define bt_sk(__sk) ((struct bt_sock *) __sk)
115 struct bt_sock { struct
Dsco.h74 struct bt_sock bt;
Drfcomm.h305 struct bt_sock bt;
Dl2cap.h335 struct bt_sock bt;
Dhci_core.h775 struct bt_sock bt;
/linux-2.6.39/net/bluetooth/bnep/
Dsock.c196 .obj_size = sizeof(struct bt_sock)
/linux-2.6.39/net/bluetooth/cmtp/
Dsock.c190 .obj_size = sizeof(struct bt_sock)
/linux-2.6.39/net/bluetooth/
Daf_bluetooth.c204 sk = (struct sock *) list_entry(p, struct bt_sock, accept_q); in bt_accept_dequeue()
390 sk = (struct sock *) list_entry(p, struct bt_sock, accept_q); in bt_accept_poll()
/linux-2.6.39/net/bluetooth/hidp/
Dsock.c241 .obj_size = sizeof(struct bt_sock)
/linux-2.6.39/net/bluetooth/rfcomm/
Dcore.c652 struct bt_sock *sk; in rfcomm_session_get()