Searched refs:proc_create_net_data (Results 1 – 7 of 7) 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/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/ipv4/ |
| H A D | raw.c | 1075 if (!proc_create_net_data("raw", 0444, net->proc_net, &raw_seq_ops, in raw_init_net()
|
| H A D | udp.c | 3584 if (!proc_create_net_data("udp", 0444, net->proc_net, &udp_seq_ops, in udp4_proc_init_net()
|
| H A D | tcp_ipv4.c | 3309 if (!proc_create_net_data("tcp", 0444, net->proc_net, &tcp4_seq_ops,
|
| /linux/net/netfilter/ |
| H A D | x_tables.c | 2038 proc = proc_create_net_data(buf, 0440, net->proc_net, &xt_table_seq_ops, in xt_proto_init()
|
| /linux/net/ipv6/ |
| H A D | tcp_ipv6.c | 2245 if (!proc_create_net_data("tcp6", 0444, net->proc_net, &tcp6_seq_ops,
|