Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dproc_fs.h133 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 Dproc.c700 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 Draw.c1075 if (!proc_create_net_data("raw", 0444, net->proc_net, &raw_seq_ops, in raw_init_net()
H A Dudp.c3584 if (!proc_create_net_data("udp", 0444, net->proc_net, &udp_seq_ops, in udp4_proc_init_net()
H A Dtcp_ipv4.c3309 if (!proc_create_net_data("tcp", 0444, net->proc_net, &tcp4_seq_ops,
/linux/net/netfilter/
H A Dx_tables.c2038 proc = proc_create_net_data(buf, 0440, net->proc_net, &xt_table_seq_ops, in xt_proto_init()
/linux/net/ipv6/
H A Dtcp_ipv6.c2245 if (!proc_create_net_data("tcp6", 0444, net->proc_net, &tcp6_seq_ops,