Symbol: ctl_table_header
arch/arm/kernel/isa.c
41
static struct ctl_table_header *isa_sysctl_header;
arch/s390/appldata/appldata.h
30
struct ctl_table_header *sysctl_header;
arch/s390/appldata/appldata_base.c
54
static struct ctl_table_header *appldata_sysctl_header;
arch/s390/kernel/debug.c
1140
static struct ctl_table_header *s390dbf_sysctl_header;
arch/s390/mm/cmm.c
391
static struct ctl_table_header *cmm_sysctl_header;
crypto/fips.c
71
static struct ctl_table_header *crypto_sysctls;
drivers/base/firmware_loader/fallback_table.c
49
static struct ctl_table_header *firmware_config_sysct_table_header;
drivers/cdrom/cdrom.c
3655
static struct ctl_table_header *cdrom_sysctl_header;
drivers/char/hpet.c
737
static struct ctl_table_header *sysctl_header;
drivers/char/ipmi/ipmi_poweroff.c
661
static struct ctl_table_header *ipmi_table_header;
drivers/gpu/drm/i915/i915_perf.c
394
static struct ctl_table_header *sysctl_header;
drivers/gpu/drm/xe/xe_observation.c
16
static struct ctl_table_header *sysctl_header;
drivers/hv/hv_common.c
69
static struct ctl_table_header *hv_ctl_table_hdr;
drivers/infiniband/core/iwcm.c
104
static struct ctl_table_header *iwcm_ctl_table_hdr;
drivers/infiniband/core/ucma.c
65
static struct ctl_table_header *ucma_ctl_table_hdr;
drivers/macintosh/mac_hid.c
243
static struct ctl_table_header *mac_hid_sysctl_header;
drivers/md/md.c
305
static struct ctl_table_header *raid_table_header;
drivers/misc/sgi-xp/xpc_main.c
125
static struct ctl_table_header *xpc_sysctl;
drivers/misc/sgi-xp/xpc_main.c
126
static struct ctl_table_header *xpc_sysctl_hb;
drivers/net/vrf.c
111
struct ctl_table_header *ctl_hdr;
drivers/parport/procfs.c
253
struct ctl_table_header *port_header;
drivers/parport/procfs.c
254
struct ctl_table_header *devices_header;
drivers/parport/procfs.c
355
struct ctl_table_header *sysctl_header;
drivers/parport/procfs.c
386
struct ctl_table_header *sysctl_header;
drivers/scsi/scsi_sysctl.c
25
static struct ctl_table_header *scsi_table_header;
drivers/scsi/sg.c
1654
static struct ctl_table_header *hdr;
fs/cachefiles/error_inject.c
13
static struct ctl_table_header *cachefiles_sysctl;
fs/coda/sysctl.c
15
static struct ctl_table_header *fs_table_header;
fs/file_table.c
144
struct ctl_table_header *hdr;
fs/fuse/sysctl.c
11
static struct ctl_table_header *fuse_table_header;
fs/lockd/svc.c
84
static struct ctl_table_header * nlm_sysctl_table;
fs/nfs/nfs4sysctl.c
18
static struct ctl_table_header *nfs4_callback_sysctl_table;
fs/nfs/sysctl.c
15
static struct ctl_table_header *nfs_callback_sysctl_table;
fs/ocfs2/stackglue.c
663
static struct ctl_table_header *ocfs2_table_header;
fs/proc/inode.c
33
struct ctl_table_header *head;
fs/proc/internal.h
122
struct ctl_table_header *sysctl;
fs/proc/internal.h
18
struct ctl_table_header;
fs/proc/internal.h
354
struct ctl_table_header *head);
fs/proc/internal.h
358
struct ctl_table_header *head) { }
fs/proc/proc_sysctl.c
1058
static int sysctl_follow_link(struct ctl_table_header **phead,
fs/proc/proc_sysctl.c
1061
struct ctl_table_header *head;
fs/proc/proc_sysctl.c
113
static const struct ctl_table *find_entry(struct ctl_table_header **phead,
fs/proc/proc_sysctl.c
1144
static int sysctl_check_table(const char *path, struct ctl_table_header *header)
fs/proc/proc_sysctl.c
116
struct ctl_table_header *head;
fs/proc/proc_sysctl.c
1180
static struct ctl_table_header *new_links(struct ctl_dir *dir, struct ctl_table_header *head)
fs/proc/proc_sysctl.c
1183
struct ctl_table_header *links;
fs/proc/proc_sysctl.c
1194
links = kzalloc(sizeof(struct ctl_table_header) +
fs/proc/proc_sysctl.c
1225
struct ctl_table_header *header,
fs/proc/proc_sysctl.c
1228
struct ctl_table_header *tmp_head;
fs/proc/proc_sysctl.c
1257
static int insert_links(struct ctl_table_header *head)
fs/proc/proc_sysctl.c
1261
struct ctl_table_header *links;
fs/proc/proc_sysctl.c
1370
struct ctl_table_header *__register_sysctl_table(
fs/proc/proc_sysctl.c
1375
struct ctl_table_header *header;
fs/proc/proc_sysctl.c
1379
header = kzalloc(sizeof(struct ctl_table_header) +
fs/proc/proc_sysctl.c
1433
struct ctl_table_header *register_sysctl_sz(const char *path, const struct ctl_table *table,
fs/proc/proc_sysctl.c
146
static int insert_entry(struct ctl_table_header *head, const struct ctl_table *entry)
fs/proc/proc_sysctl.c
1465
struct ctl_table_header *hdr = register_sysctl_sz(path, table, table_size);
fs/proc/proc_sysctl.c
1474
static void put_links(struct ctl_table_header *header)
fs/proc/proc_sysctl.c
1490
struct ctl_table_header *link_head;
fs/proc/proc_sysctl.c
1508
static void drop_sysctl_table(struct ctl_table_header *header)
fs/proc/proc_sysctl.c
1534
void unregister_sysctl_table(struct ctl_table_header * header)
fs/proc/proc_sysctl.c
155
struct ctl_table_header *parent_head;
fs/proc/proc_sysctl.c
185
static void erase_entry(struct ctl_table_header *head, const struct ctl_table *entry)
fs/proc/proc_sysctl.c
192
static void init_header(struct ctl_table_header *head,
fs/proc/proc_sysctl.c
220
static void erase_header(struct ctl_table_header *head)
fs/proc/proc_sysctl.c
228
static int insert_header(struct ctl_dir *dir, struct ctl_table_header *header)
fs/proc/proc_sysctl.c
231
struct ctl_table_header *dir_h = &dir->header;
fs/proc/proc_sysctl.c
268
static int use_table(struct ctl_table_header *p)
fs/proc/proc_sysctl.c
278
static void unuse_table(struct ctl_table_header *p)
fs/proc/proc_sysctl.c
287
static void proc_sys_invalidate_dcache(struct ctl_table_header *head)
fs/proc/proc_sysctl.c
292
static void start_unregistering(struct ctl_table_header *p)
fs/proc/proc_sysctl.c
325
static struct ctl_table_header *sysctl_head_grab(struct ctl_table_header *head)
fs/proc/proc_sysctl.c
335
static void sysctl_head_finish(struct ctl_table_header *head)
fs/proc/proc_sysctl.c
353
static const struct ctl_table *lookup_entry(struct ctl_table_header **phead,
fs/proc/proc_sysctl.c
357
struct ctl_table_header *head;
fs/proc/proc_sysctl.c
383
struct ctl_table_header **phead, const struct ctl_table **pentry)
fs/proc/proc_sysctl.c
385
struct ctl_table_header *head = NULL;
fs/proc/proc_sysctl.c
400
static void next_entry(struct ctl_table_header **phead, const struct ctl_table **pentry)
fs/proc/proc_sysctl.c
402
struct ctl_table_header *head = *phead;
fs/proc/proc_sysctl.c
436
static int sysctl_perm(struct ctl_table_header *head, const struct ctl_table *table, int op)
fs/proc/proc_sysctl.c
450
struct ctl_table_header *head, const struct ctl_table *table)
fs/proc/proc_sysctl.c
49
struct ctl_table_header *register_sysctl_mount_point(const char *path)
fs/proc/proc_sysctl.c
498
void proc_sys_evict_inode(struct inode *inode, struct ctl_table_header *head)
fs/proc/proc_sysctl.c
507
static struct ctl_table_header *grab_header(struct inode *inode)
fs/proc/proc_sysctl.c
509
struct ctl_table_header *head = PROC_I(inode)->sysctl;
fs/proc/proc_sysctl.c
518
struct ctl_table_header *head = grab_header(dir);
fs/proc/proc_sysctl.c
519
struct ctl_table_header *h = NULL;
fs/proc/proc_sysctl.c
557
struct ctl_table_header *head = grab_header(inode);
fs/proc/proc_sysctl.c
631
struct ctl_table_header *head = grab_header(inode);
fs/proc/proc_sysctl.c
649
struct ctl_table_header *head = grab_header(inode);
fs/proc/proc_sysctl.c
680
struct ctl_table_header *head,
fs/proc/proc_sysctl.c
724
struct ctl_table_header *head,
fs/proc/proc_sysctl.c
743
static int scan(struct ctl_table_header *head, const struct ctl_table *table,
fs/proc/proc_sysctl.c
765
struct ctl_table_header *head = grab_header(file_inode(file));
fs/proc/proc_sysctl.c
766
struct ctl_table_header *h = NULL;
fs/proc/proc_sysctl.c
799
struct ctl_table_header *head;
fs/proc/proc_sysctl.c
843
struct ctl_table_header *head = grab_header(inode);
fs/proc/proc_sysctl.c
899
static int sysctl_is_seen(struct ctl_table_header *p)
fs/proc/proc_sysctl.c
90
static void drop_sysctl_table(struct ctl_table_header *header);
fs/proc/proc_sysctl.c
91
static int sysctl_follow_link(struct ctl_table_header **phead,
fs/proc/proc_sysctl.c
917
struct ctl_table_header *head;
fs/proc/proc_sysctl.c
93
static int insert_links(struct ctl_table_header *head);
fs/proc/proc_sysctl.c
94
static void put_links(struct ctl_table_header *header);
fs/proc/proc_sysctl.c
947
struct ctl_table_header *head;
fs/xfs/xfs_sysctl.c
9
static struct ctl_table_header *xfs_table_header;
include/linux/bpf-cgroup.h
136
int __cgroup_bpf_run_filter_sysctl(struct ctl_table_header *head,
include/linux/bpf-cgroup.h
23
struct ctl_table_header;
include/linux/filter.h
1559
struct ctl_table_header *head;
include/linux/filter.h
40
struct ctl_table_header;
include/linux/ipc_namespace.h
69
struct ctl_table_header *mq_sysctls;
include/linux/ipc_namespace.h
72
struct ctl_table_header *ipc_sysctls;
include/linux/ipv6.h
95
struct ctl_table_header *sysctl_header;
include/linux/pid_namespace.h
35
struct ctl_table_header *sysctls;
include/linux/sysctl.h
180
struct ctl_table_header *header;
include/linux/sysctl.h
224
struct ctl_table_header header;
include/linux/sysctl.h
236
void (*set_ownership)(struct ctl_table_header *head,
include/linux/sysctl.h
238
int (*permissions)(struct ctl_table_header *head, const struct ctl_table *table);
include/linux/sysctl.h
253
struct ctl_table_header *__register_sysctl_table(
include/linux/sysctl.h
256
struct ctl_table_header *register_sysctl_sz(const char *path, const struct ctl_table *table,
include/linux/sysctl.h
258
void unregister_sysctl_table(struct ctl_table_header * table);
include/linux/sysctl.h
265
extern struct ctl_table_header *register_sysctl_mount_point(const char *path);
include/linux/sysctl.h
279
static inline struct ctl_table_header *register_sysctl_mount_point(const char *path)
include/linux/sysctl.h
284
static inline struct ctl_table_header *register_sysctl_sz(const char *path,
include/linux/sysctl.h
291
static inline void unregister_sysctl_table(struct ctl_table_header * table)
include/linux/sysctl.h
37
struct ctl_table_header;
include/linux/user_namespace.h
108
struct ctl_table_header *sysctls;
include/net/ax25.h
221
struct ctl_table_header *sysheader;
include/net/ip_vs.h
1008
struct ctl_table_header *lblc_ctl_header;
include/net/ip_vs.h
1012
struct ctl_table_header *lblcr_ctl_header;
include/net/ip_vs.h
965
struct ctl_table_header *sysctl_hdr;
include/net/net_namespace.h
52
struct ctl_table_header;
include/net/net_namespace.h
524
struct ctl_table_header *register_net_sysctl_sz(struct net *net, const char *path,
include/net/net_namespace.h
526
void unregister_net_sysctl_table(struct ctl_table_header *header);
include/net/net_namespace.h
529
static inline struct ctl_table_header *register_net_sysctl_sz(struct net *net,
include/net/net_namespace.h
534
static inline void unregister_net_sysctl_table(struct ctl_table_header *header)
include/net/netfilter/ipv6/nf_defrag_ipv6.h
18
struct ctl_table_header *nf_frag_frags_hdr;
include/net/netfilter/nf_conntrack.h
61
struct ctl_table_header *sysctl_header;
include/net/netns/conntrack.h
15
struct ctl_table_header;
include/net/netns/core.h
13
struct ctl_table_header *sysctl_hdr;
include/net/netns/core.h
7
struct ctl_table_header;
include/net/netns/ieee802154_6lowpan.h
13
struct ctl_table_header *frags_hdr;
include/net/netns/ipv4.h
106
struct ctl_table_header *forw_hdr;
include/net/netns/ipv4.h
107
struct ctl_table_header *frags_hdr;
include/net/netns/ipv4.h
108
struct ctl_table_header *ipv4_hdr;
include/net/netns/ipv4.h
109
struct ctl_table_header *route_hdr;
include/net/netns/ipv4.h
110
struct ctl_table_header *xfrm4_hdr;
include/net/netns/ipv4.h
15
struct ctl_table_header;
include/net/netns/ipv6.h
13
struct ctl_table_header;
include/net/netns/ipv6.h
17
struct ctl_table_header *hdr;
include/net/netns/ipv6.h
18
struct ctl_table_header *route_hdr;
include/net/netns/ipv6.h
19
struct ctl_table_header *icmp_hdr;
include/net/netns/ipv6.h
20
struct ctl_table_header *frags_hdr;
include/net/netns/ipv6.h
21
struct ctl_table_header *xfrm6_hdr;
include/net/netns/mpls.h
12
struct ctl_table_header;
include/net/netns/mpls.h
22
struct ctl_table_header *ctl;
include/net/netns/netfilter.h
17
struct ctl_table_header *nf_log_dir_header;
include/net/netns/netfilter.h
19
struct ctl_table_header *nf_lwtnl_dir_header;
include/net/netns/sctp.h
11
struct ctl_table_header;
include/net/netns/sctp.h
20
struct ctl_table_header *sysctl_header;
include/net/netns/smc.h
18
struct ctl_table_header *smc_hdr;
include/net/netns/unix.h
15
struct ctl_table_header;
include/net/netns/unix.h
19
struct ctl_table_header *ctl;
include/net/netns/vsock.h
13
struct ctl_table_header *sysctl_hdr;
include/net/netns/xfrm.h
12
struct ctl_table_header;
include/net/netns/xfrm.h
73
struct ctl_table_header *sysctl_hdr;
ipc/ipc_sysctl.c
193
static void ipc_set_ownership(struct ctl_table_header *head,
ipc/ipc_sysctl.c
206
static int ipc_permissions(struct ctl_table_header *head, const struct ctl_table *table)
ipc/mq_sysctl.c
79
static void mq_set_ownership(struct ctl_table_header *head,
ipc/mq_sysctl.c
92
static int mq_permissions(struct ctl_table_header *head, const struct ctl_table *table)
kernel/bpf/cgroup.c
1889
int __cgroup_bpf_run_filter_sysctl(struct ctl_table_header *head,
kernel/pid.c
720
static int pid_table_root_permissions(struct ctl_table_header *head,
kernel/pid.c
737
static void pid_table_root_set_ownership(struct ctl_table_header *head,
kernel/ucount.c
346
static struct ctl_table_header *user_header;
kernel/ucount.c
42
static int set_permissions(struct ctl_table_header *head,
lib/test_sysctl.c
194
struct ctl_table_header *unregister;
lib/test_sysctl.c
43
static struct ctl_table_header *ctl_headers[TEST_H_SIZE] = {};
net/appletalk/sysctl_net_atalk.c
45
static struct ctl_table_header *atalk_table_header;
net/ax25/sysctl_net_ax25.c
172
struct ctl_table_header *header = ax25_dev->sysheader;
net/bridge/br_netfilter_hooks.c
58
struct ctl_table_header *ctl_hdr;
net/core/neighbour.c
3797
struct ctl_table_header *sysctl_header;
net/ieee802154/6lowpan/reassembly.c
365
struct ctl_table_header *hdr;
net/ieee802154/6lowpan/reassembly.c
415
static struct ctl_table_header *lowpan_ctl_header;
net/ipv4/devinet.c
2605
struct ctl_table_header *sysctl_header;
net/ipv4/devinet.c
2749
struct ctl_table_header *forw_hdr;
net/ipv4/ip_fragment.c
594
struct ctl_table_header *hdr;
net/ipv4/sysctl_net_ipv4.c
1714
struct ctl_table_header *hdr;
net/ipv4/xfrm4_policy.c
157
struct ctl_table_header *hdr;
net/ipv6/netfilter/nf_conntrack_reasm.c
71
struct ctl_table_header *hdr;
net/ipv6/reassembly.c
457
struct ctl_table_header *hdr;
net/ipv6/reassembly.c
497
static struct ctl_table_header *ip6_ctl_header;
net/ipv6/sysctl_net_ipv6.c
336
static struct ctl_table_header *ip6_header;
net/ipv6/xfrm6_policy.c
202
struct ctl_table_header *hdr;
net/llc/sysctl_net_llc.c
45
static struct ctl_table_header *llc2_timeout_header;
net/llc/sysctl_net_llc.c
46
static struct ctl_table_header *llc_station_header;
net/mpls/internal.h
28
struct ctl_table_header *sysctl;
net/mptcp/ctrl.c
27
struct ctl_table_header *ctl_table_hdr;
net/mptcp/ctrl.c
369
struct ctl_table_header *hdr;
net/netfilter/nf_conntrack_standalone.c
585
static struct ctl_table_header *nf_ct_netfilter_header;
net/netfilter/nf_hooks_lwtunnel.c
69
struct ctl_table_header *hdr;
net/netfilter/nf_log.c
425
static struct ctl_table_header *nf_log_sysctl_fhdr;
net/netrom/sysctl_net_netrom.c
32
static struct ctl_table_header *nr_table_header;
net/phonet/sysctl.c
28
static struct ctl_table_header *phonet_table_hrd;
net/rds/ib_sysctl.c
39
static struct ctl_table_header *rds_ib_sysctl_hdr;
net/rds/sysctl.c
39
static struct ctl_table_header *rds_sysctl_reg_table;
net/rds/tcp.h
16
struct ctl_table_header *rds_tcp_sysctl;
net/rose/sysctl_net_rose.c
22
static struct ctl_table_header *rose_table_header;
net/rxrpc/sysctl.c
13
static struct ctl_table_header *rxrpc_sysctl_reg_table;
net/sctp/sysctl.c
625
static struct ctl_table_header *sctp_sysctl_header;
net/sunrpc/sysctl.c
126
static struct ctl_table_header *sunrpc_table_header;
net/sunrpc/xprtrdma/svc_rdma.c
109
static struct ctl_table_header *svcrdma_table_header;
net/sunrpc/xprtrdma/transport.c
85
static struct ctl_table_header *sunrpc_table_header;
net/sunrpc/xprtsock.c
98
static struct ctl_table_header *sunrpc_table_header;
net/sysctl_net.c
163
struct ctl_table_header *register_net_sysctl_sz(struct net *net,
net/sysctl_net.c
175
void unregister_net_sysctl_table(struct ctl_table_header *header)
net/sysctl_net.c
42
static int net_ctl_permissions(struct ctl_table_header *head,
net/sysctl_net.c
56
static void net_ctl_set_ownership(struct ctl_table_header *head,
net/sysctl_net.c
94
static struct ctl_table_header *net_header;
net/tipc/sysctl.c
42
static struct ctl_table_header *tipc_ctl_hdr;
net/x25/sysctl_net_x25.c
19
static struct ctl_table_header *x25_table_header;