Home
last modified time | relevance | path

Searched refs:proc_create_net_data (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/include/linux/
H A Dproc_fs.h128 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 Dudplite.c90 if (!proc_create_net_data("udplite", 0444, net->proc_net, &udp_seq_ops, in udplite4_proc_init_net()
H A Draw.c1063 if (!proc_create_net_data("raw", 0444, net->proc_net, &raw_seq_ops, in raw_init_net()
H A Dudp.c3367 if (!proc_create_net_data("udp", 0444, net->proc_net, &udp_seq_ops, in udp4_proc_init_net()
H A Dtcp_ipv4.c3077 if (!proc_create_net_data("tcp", 0444, net->proc_net, &tcp4_seq_ops, in tcp4_proc_init_net()
/openbmc/linux/net/ipv6/
H A Dudplite.c114 if (!proc_create_net_data("udplite6", 0444, net->proc_net, in udplite6_proc_init_net()
H A Draw.c1246 if (!proc_create_net_data("raw6", 0444, net->proc_net, &raw6_seq_ops, in raw6_init_net()
H A Dudp.c1757 if (!proc_create_net_data("udp6", 0444, net->proc_net, &udp6_seq_ops, in udp6_proc_init()
H A Dtcp_ipv6.c2125 if (!proc_create_net_data("tcp6", 0444, net->proc_net, &tcp6_seq_ops, in tcp6_proc_init()
/openbmc/linux/fs/proc/
H A Dproc_net.c114 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 Dproc.c623 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 Dx_tables.c1832 proc = proc_create_net_data(buf, 0440, net->proc_net, &xt_table_seq_ops, in xt_proto_init()