Searched refs:proc_create_net_data (Results 1 – 8 of 8) sorted by relevance
| /linux/include/linux/ |
| H A D | proc_fs.h | 133 struct proc_dir_entry *proc_create_net_data(const char *name, umode_t mode, 137 proc_create_net_data(name, mode, parent, ops, state_size, NULL) 218 #define proc_create_net_data(name, mode, parent, ops, state_size, data) ({NULL;}) macro
|
| /linux/fs/proc/ |
| H A D | proc_net.c | 114 struct proc_dir_entry *proc_create_net_data(const char *name, umode_t mode, in proc_create_net_data() function 129 EXPORT_SYMBOL_GPL(proc_create_net_data);
|
| /linux/net/ipv4/ |
| H A D | udplite.c | 90 if (!proc_create_net_data("udplite", 0444, net->proc_net, &udp_seq_ops, in udplite4_proc_init_net()
|
| H A D | udp.c | 3740 if (!proc_create_net_data("udp", 0444, net->proc_net, &udp_seq_ops, in udp4_proc_init_net()
|
| /linux/net/ipv6/ |
| H A D | udplite.c | 114 if (!proc_create_net_data("udplite6", 0444, net->proc_net, in udplite6_proc_init_net()
|
| H A D | tcp_ipv6.c | 2280 if (!proc_create_net_data("tcp6", 0444, net->proc_net, &tcp6_seq_ops,
|
| /linux/fs/afs/ |
| H A D | proc.c | 700 if (!proc_create_net_data("vlservers", 0444, dir, in afs_proc_cell_setup() 704 !proc_create_net_data("volumes", 0444, dir, in afs_proc_cell_setup()
|
| /linux/net/netfilter/ |
| H A D | x_tables.c | 1835 proc = proc_create_net_data(buf, 0440, net->proc_net, &xt_table_seq_ops, in xt_proto_init()
|