Symbol: bt_sock_list
include/net/bluetooth/bluetooth.h
424
void bt_sock_link(struct bt_sock_list *l, struct sock *s);
include/net/bluetooth/bluetooth.h
425
void bt_sock_unlink(struct bt_sock_list *l, struct sock *s);
include/net/bluetooth/bluetooth.h
426
bool bt_sock_linked(struct bt_sock_list *l, struct sock *s);
include/net/bluetooth/bluetooth.h
634
struct bt_sock_list *sk_list,
net/bluetooth/af_bluetooth.c
175
void bt_sock_link(struct bt_sock_list *l, struct sock *sk)
net/bluetooth/af_bluetooth.c
183
void bt_sock_unlink(struct bt_sock_list *l, struct sock *sk)
net/bluetooth/af_bluetooth.c
191
bool bt_sock_linked(struct bt_sock_list *l, struct sock *s)
net/bluetooth/af_bluetooth.c
781
struct bt_sock_list *l = pde_data(file_inode(seq->file));
net/bluetooth/af_bluetooth.c
789
struct bt_sock_list *l = pde_data(file_inode(seq->file));
net/bluetooth/af_bluetooth.c
797
struct bt_sock_list *l = pde_data(file_inode(seq->file));
net/bluetooth/af_bluetooth.c
804
struct bt_sock_list *l = pde_data(file_inode(seq->file));
net/bluetooth/af_bluetooth.c
847
struct bt_sock_list *sk_list,
net/bluetooth/af_bluetooth.c
863
struct bt_sock_list *sk_list,
net/bluetooth/bnep/sock.c
33
static struct bt_sock_list bnep_sk_list = {
net/bluetooth/cmtp/sock.c
45
static struct bt_sock_list cmtp_sk_list = {
net/bluetooth/hci_sock.c
161
static struct bt_sock_list hci_sk_list = {
net/bluetooth/hidp/sock.c
29
static struct bt_sock_list hidp_sk_list = {
net/bluetooth/iso.c
21
static struct bt_sock_list iso_sk_list = {
net/bluetooth/l2cap_sock.c
41
static struct bt_sock_list l2cap_sk_list = {
net/bluetooth/rfcomm/sock.c
39
static struct bt_sock_list rfcomm_sk_list = {
net/bluetooth/sco.c
40
static struct bt_sock_list sco_sk_list = {