Searched refs:proc_create_net_data (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | proc_fs.h | 128 struct proc_dir_entry *proc_create_net_data(const char *name, umode_t mode, 132 proc_create_net_data(name, mode, parent, ops, state_size, NULL) 213 #define proc_create_net_data(name, mode, parent, ops, state_size, data) ({NULL;}) macro
|
/openbmc/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 | raw.c | 1063 if (!proc_create_net_data("raw", 0444, net->proc_net, &raw_seq_ops, in raw_init_net()
|
H A D | udp.c | 3367 if (!proc_create_net_data("udp", 0444, net->proc_net, &udp_seq_ops, in udp4_proc_init_net()
|
H A D | tcp_ipv4.c | 3080 if (!proc_create_net_data("tcp", 0444, net->proc_net, &tcp4_seq_ops, in tcp4_proc_init_net()
|
/openbmc/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 | raw.c | 1246 if (!proc_create_net_data("raw6", 0444, net->proc_net, &raw6_seq_ops, in raw6_init_net()
|
H A D | udp.c | 1757 if (!proc_create_net_data("udp6", 0444, net->proc_net, &udp6_seq_ops, in udp6_proc_init()
|
H A D | tcp_ipv6.c | 2125 if (!proc_create_net_data("tcp6", 0444, net->proc_net, &tcp6_seq_ops, in tcp6_proc_init()
|
/openbmc/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);
|
/openbmc/linux/fs/afs/ |
H A D | proc.c | 623 if (!proc_create_net_data("vlservers", 0444, dir, in afs_proc_cell_setup() 627 !proc_create_net_data("volumes", 0444, dir, in afs_proc_cell_setup()
|
/openbmc/linux/net/netfilter/ |
H A D | x_tables.c | 1832 proc = proc_create_net_data(buf, 0440, net->proc_net, &xt_table_seq_ops, in xt_proto_init()
|