Home
last modified time | relevance | path

Searched refs:ctl_table_header (Results 1 – 25 of 96) sorted by relevance

1234

/linux/include/linux/
A Dsysctl.h37 struct ctl_table_header;
130 struct ctl_table_header *header;
135 struct ctl_table_header { struct
156 struct ctl_table_header header; argument
168 void (*set_ownership)(struct ctl_table_header *head,
188 struct ctl_table_header *__register_sysctl_table(
191 struct ctl_table_header *__register_sysctl_paths(
195 struct ctl_table_header *register_sysctl_table(struct ctl_table * table);
196 struct ctl_table_header *register_sysctl_paths(const struct ctl_path *path,
199 void unregister_sysctl_table(struct ctl_table_header * table);
[all …]
A Dipc_namespace.h172 struct ctl_table_header;
173 extern struct ctl_table_header *mq_register_sysctl_table(void);
177 static inline struct ctl_table_header *mq_register_sysctl_table(void) in mq_register_sysctl_table()
/linux/fs/proc/
A Dproc_sysctl.c109 struct ctl_table_header *head; in find_entry()
303 static struct ctl_table_header *sysctl_head_grab(struct ctl_table_header *head) in sysctl_head_grab()
335 struct ctl_table_header *head; in lookup_entry()
666 struct ctl_table_header *head, in proc_sys_fill_cache()
790 struct ctl_table_header *head; in proc_sys_permission()
908 struct ctl_table_header *head; in proc_sys_compare()
934 struct ctl_table_header *head; in find_subdir()
1049 struct ctl_table_header *head; in sysctl_follow_link()
1153 struct ctl_table_header *links; in new_links()
1195 struct ctl_table_header *head; in get_links()
[all …]
A Dinternal.h17 struct ctl_table_header;
98 struct ctl_table_header *sysctl;
261 struct ctl_table_header *head);
265 struct ctl_table_header *head) { } in proc_sys_evict_inode()
/linux/include/net/netns/
A Dipv6.h13 struct ctl_table_header;
17 struct ctl_table_header *hdr;
18 struct ctl_table_header *route_hdr;
19 struct ctl_table_header *icmp_hdr;
20 struct ctl_table_header *frags_hdr;
21 struct ctl_table_header *xfrm6_hdr;
A Dipv4.h14 struct ctl_table_header;
48 struct ctl_table_header *forw_hdr;
49 struct ctl_table_header *frags_hdr;
50 struct ctl_table_header *ipv4_hdr;
51 struct ctl_table_header *route_hdr;
52 struct ctl_table_header *xfrm4_hdr;
A Dunix.h8 struct ctl_table_header;
11 struct ctl_table_header *ctl;
A Dcore.h5 struct ctl_table_header;
10 struct ctl_table_header *sysctl_hdr;
A Dmpls.h10 struct ctl_table_header;
18 struct ctl_table_header *ctl;
A Dsctp.h8 struct ctl_table_header;
17 struct ctl_table_header *sysctl_header;
A Dxfrm.h12 struct ctl_table_header;
76 struct ctl_table_header *sysctl_hdr;
A Dieee802154_6lowpan.h13 struct ctl_table_header *frags_hdr;
A Dnetfilter.h17 struct ctl_table_header *nf_log_dir_header;
/linux/net/
A Dsysctl_net.c42 static int net_ctl_permissions(struct ctl_table_header *head, in net_ctl_permissions()
56 static void net_ctl_set_ownership(struct ctl_table_header *head, in net_ctl_set_ownership()
95 static struct ctl_table_header *net_header;
163 struct ctl_table_header *register_net_sysctl(struct net *net, in register_net_sysctl()
173 void unregister_net_sysctl_table(struct ctl_table_header *header) in unregister_net_sysctl_table()
/linux/include/net/
A Dnet_namespace.h46 struct ctl_table_header;
418 struct ctl_table_header *register_net_sysctl(struct net *net, const char *path,
420 void unregister_net_sysctl_table(struct ctl_table_header *header);
423 static inline struct ctl_table_header *register_net_sysctl(struct net *net, in register_net_sysctl()
428 static inline void unregister_net_sysctl_table(struct ctl_table_header *header) in unregister_net_sysctl_table()
/linux/net/llc/
A Dsysctl_net_llc.c54 static struct ctl_table_header *llc2_timeout_header;
55 static struct ctl_table_header *llc_station_header;
/linux/net/mptcp/
A Dctrl.c21 struct ctl_table_header *ctl_table_hdr;
116 struct ctl_table_header *hdr; in mptcp_pernet_new_table()
/linux/include/net/netfilter/ipv6/
A Dnf_defrag_ipv6.h18 struct ctl_table_header *nf_frag_frags_hdr;
/linux/drivers/scsi/
A Dscsi_sysctl.c38 static struct ctl_table_header *scsi_table_header;
/linux/fs/ntfs/
A Dsysctl.c45 static struct ctl_table_header *sysctls_root_table;
/linux/fs/coda/
A Dsysctl.c15 static struct ctl_table_header *fs_table_header;
/linux/net/appletalk/
A Dsysctl_net_atalk.c46 static struct ctl_table_header *atalk_table_header;
/linux/fs/nfs/
A Dsysctl.c15 static struct ctl_table_header *nfs_callback_sysctl_table;
A Dnfs4sysctl.c18 static struct ctl_table_header *nfs4_callback_sysctl_table;
/linux/arch/s390/appldata/
A Dappldata.h30 struct ctl_table_header *sysctl_header;

Completed in 22 milliseconds

1234