Symbol: bt_sock_list
include/net/bluetooth/bluetooth.h
422
void bt_sock_link(struct bt_sock_list *l, struct sock *s);
include/net/bluetooth/bluetooth.h
423
void bt_sock_unlink(struct bt_sock_list *l, struct sock *s);
include/net/bluetooth/bluetooth.h
424
bool bt_sock_linked(struct bt_sock_list *l, struct sock *s);
include/net/bluetooth/bluetooth.h
632
struct bt_sock_list *sk_list,
net/bluetooth/af_bluetooth.c
173
void bt_sock_link(struct bt_sock_list *l, struct sock *sk)
net/bluetooth/af_bluetooth.c
181
void bt_sock_unlink(struct bt_sock_list *l, struct sock *sk)
net/bluetooth/af_bluetooth.c
189
bool bt_sock_linked(struct bt_sock_list *l, struct sock *s)
net/bluetooth/af_bluetooth.c
820
struct bt_sock_list *l = pde_data(file_inode(seq->file));
net/bluetooth/af_bluetooth.c
828
struct bt_sock_list *l = pde_data(file_inode(seq->file));
net/bluetooth/af_bluetooth.c
836
struct bt_sock_list *l = pde_data(file_inode(seq->file));
net/bluetooth/af_bluetooth.c
843
struct bt_sock_list *l = pde_data(file_inode(seq->file));
net/bluetooth/af_bluetooth.c
886
struct bt_sock_list *sk_list,
net/bluetooth/af_bluetooth.c
902
struct bt_sock_list *sk_list,
net/bluetooth/bnep/sock.c
30
static struct bt_sock_list bnep_sk_list = {
net/bluetooth/hci_sock.c
159
static struct bt_sock_list hci_sk_list = {
net/bluetooth/hidp/sock.c
26
static struct bt_sock_list hidp_sk_list = {
net/bluetooth/iso.c
22
static struct bt_sock_list iso_sk_list = {
net/bluetooth/l2cap_sock.c
39
static struct bt_sock_list l2cap_sk_list = {
net/bluetooth/rfcomm/sock.c
37
static struct bt_sock_list rfcomm_sk_list = {
net/bluetooth/sco.c
38
static struct bt_sock_list sco_sk_list = {