Searched defs:sk_list (Results 1 - 1 of 1) sorted by relevance

/net/bluetooth/
H A Daf_bluetooth.c680 struct bt_sock_list *sk_list; local
683 sk_list = PDE_DATA(inode);
689 s->l = sk_list;
701 struct bt_sock_list* sk_list,
704 sk_list->custom_seq_show = seq_show;
706 if (!proc_create_data(name, 0, net->proc_net, &bt_fops, sk_list))
717 struct bt_sock_list* sk_list,
700 bt_procfs_init(struct net *net, const char *name, struct bt_sock_list* sk_list, int (* seq_show)(struct seq_file *, void *)) argument
716 bt_procfs_init(struct net *net, const char *name, struct bt_sock_list* sk_list, int (* seq_show)(struct seq_file *, void *)) argument

Completed in 5 milliseconds