Searched refs:bt_sock_list (Results 1 - 19 of 19) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | af_bluetooth.c | 141 void bt_sock_link(struct bt_sock_list *l, struct sock *sk) in bt_sock_link() 149 void bt_sock_unlink(struct bt_sock_list *l, struct sock *sk) in bt_sock_unlink() 620 struct bt_sock_list *l = PDE_DATA(file_inode(seq->file)); 628 struct bt_sock_list *l = PDE_DATA(file_inode(seq->file)); in bt_seq_next() 636 struct bt_sock_list *l = PDE_DATA(file_inode(seq->file)); 643 struct bt_sock_list *l = PDE_DATA(file_inode(seq->file)); in bt_seq_show() 686 struct bt_sock_list *sk_list, in bt_procfs_init() 702 struct bt_sock_list *sk_list, in bt_procfs_init()
|
H A D | sco.c | 40 static struct bt_sock_list sco_sk_list = {
|
H A D | l2cap_sock.c | 40 static struct bt_sock_list l2cap_sk_list = {
|
H A D | hci_sock.c | 160 static struct bt_sock_list hci_sk_list = {
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | af_bluetooth.c | 172 void bt_sock_link(struct bt_sock_list *l, struct sock *sk) in bt_sock_link() 180 void bt_sock_unlink(struct bt_sock_list *l, struct sock *sk) in bt_sock_unlink() 665 struct bt_sock_list *l = pde_data(file_inode(seq->file)); 673 struct bt_sock_list *l = pde_data(file_inode(seq->file)); in bt_seq_next() 681 struct bt_sock_list *l = pde_data(file_inode(seq->file)); 688 struct bt_sock_list *l = pde_data(file_inode(seq->file)); in bt_seq_show() 731 struct bt_sock_list *sk_list, in bt_procfs_init() 747 struct bt_sock_list *sk_list, in bt_procfs_init()
|
H A D | sco.c | 40 static struct bt_sock_list sco_sk_list = {
|
H A D | hci_sock.c | 161 static struct bt_sock_list hci_sk_list = {
|
H A D | iso.c | 20 static struct bt_sock_list iso_sk_list = {
|
H A D | l2cap_sock.c | 41 static struct bt_sock_list l2cap_sk_list = {
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | bluetooth.h | 305 struct bt_sock_list { struct 315 void bt_sock_link(struct bt_sock_list *l, struct sock *s); 316 void bt_sock_unlink(struct bt_sock_list *l, struct sock *s); 514 struct bt_sock_list *sk_list,
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | bluetooth.h | 392 struct bt_sock_list { struct 402 void bt_sock_link(struct bt_sock_list *l, struct sock *s); 403 void bt_sock_unlink(struct bt_sock_list *l, struct sock *s); 602 struct bt_sock_list *sk_list,
|
/kernel/linux/linux-6.6/net/bluetooth/bnep/ |
H A D | sock.c | 33 static struct bt_sock_list bnep_sk_list = {
|
/kernel/linux/linux-5.10/net/bluetooth/cmtp/ |
H A D | sock.c | 45 static struct bt_sock_list cmtp_sk_list = {
|
/kernel/linux/linux-5.10/net/bluetooth/bnep/ |
H A D | sock.c | 32 static struct bt_sock_list bnep_sk_list = {
|
/kernel/linux/linux-6.6/net/bluetooth/cmtp/ |
H A D | sock.c | 45 static struct bt_sock_list cmtp_sk_list = {
|
/kernel/linux/linux-5.10/net/bluetooth/hidp/ |
H A D | sock.c | 28 static struct bt_sock_list hidp_sk_list = {
|
/kernel/linux/linux-6.6/net/bluetooth/hidp/ |
H A D | sock.c | 29 static struct bt_sock_list hidp_sk_list = {
|
/kernel/linux/linux-5.10/net/bluetooth/rfcomm/ |
H A D | sock.c | 39 static struct bt_sock_list rfcomm_sk_list = {
|
/kernel/linux/linux-6.6/net/bluetooth/rfcomm/ |
H A D | sock.c | 39 static struct bt_sock_list rfcomm_sk_list = {
|
Completed in 21 milliseconds