Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/netns/
Dconntrack.h11 struct ctl_table_header;
16 struct ctl_table_header *ctl_table_header; member
19 struct ctl_table_header *ctl_compat_header;
62 struct ctl_table_header *ctl_table_header; member
82 struct ctl_table_header *sysctl_header;
83 struct ctl_table_header *acct_sysctl_header;
84 struct ctl_table_header *tstamp_sysctl_header;
85 struct ctl_table_header *event_sysctl_header;
86 struct ctl_table_header *helper_sysctl_header;
Dipv6.h11 struct ctl_table_header;
15 struct ctl_table_header *hdr;
16 struct ctl_table_header *route_hdr;
17 struct ctl_table_header *icmp_hdr;
18 struct ctl_table_header *frags_hdr;
19 struct ctl_table_header *xfrm6_hdr;
Dipv4.h13 struct ctl_table_header;
31 struct ctl_table_header *forw_hdr;
32 struct ctl_table_header *frags_hdr;
33 struct ctl_table_header *ipv4_hdr;
34 struct ctl_table_header *route_hdr;
35 struct ctl_table_header *xfrm4_hdr;
Dunix.h7 struct ctl_table_header;
10 struct ctl_table_header *ctl;
Dcore.h4 struct ctl_table_header;
9 struct ctl_table_header *sysctl_hdr;
Dmpls.h9 struct ctl_table_header;
14 struct ctl_table_header *ctl;
Dsctp.h7 struct ctl_table_header;
16 struct ctl_table_header *sysctl_header;
Dxfrm.h11 struct ctl_table_header;
68 struct ctl_table_header *sysctl_hdr;
Dieee802154_6lowpan.h12 struct ctl_table_header *frags_hdr;
Dnetfilter.h15 struct ctl_table_header *nf_log_dir_header;
/linux-4.1.27/include/linux/
Dsysctl.h34 struct ctl_table_header;
120 struct ctl_table_header *header;
125 struct ctl_table_header struct
146 struct ctl_table_header header; argument
159 int (*permissions)(struct ctl_table_header *head, struct ctl_table *table);
177 struct ctl_table_header *__register_sysctl_table(
180 struct ctl_table_header *__register_sysctl_paths(
183 struct ctl_table_header *register_sysctl(const char *path, struct ctl_table *table);
184 struct ctl_table_header *register_sysctl_table(struct ctl_table * table);
185 struct ctl_table_header *register_sysctl_paths(const struct ctl_path *path,
[all …]
Dipc_namespace.h149 struct ctl_table_header;
150 extern struct ctl_table_header *mq_register_sysctl_table(void);
154 static inline struct ctl_table_header *mq_register_sysctl_table(void) in mq_register_sysctl_table()
/linux-4.1.27/fs/proc/
Dproc_sysctl.c28 static bool is_empty_dir(struct ctl_table_header *head) in is_empty_dir()
73 static void drop_sysctl_table(struct ctl_table_header *header);
74 static int sysctl_follow_link(struct ctl_table_header **phead,
76 static int insert_links(struct ctl_table_header *head);
77 static void put_links(struct ctl_table_header *header);
102 static struct ctl_table *find_entry(struct ctl_table_header **phead, in find_entry()
105 struct ctl_table_header *head; in find_entry()
133 static int insert_entry(struct ctl_table_header *head, struct ctl_table *entry) in insert_entry()
142 struct ctl_table_header *parent_head; in insert_entry()
172 static void erase_entry(struct ctl_table_header *head, struct ctl_table *entry) in erase_entry()
[all …]
Dinternal.h18 struct ctl_table_header;
66 struct ctl_table_header *sysctl;
252 extern void sysctl_head_put(struct ctl_table_header *);
255 static inline void sysctl_head_put(struct ctl_table_header *head) { } in sysctl_head_put()
Dinode.c35 struct ctl_table_header *head; in proc_evict_inode()
/linux-4.1.27/net/
Dsysctl_net.c41 static int net_ctl_permissions(struct ctl_table_header *head, in net_ctl_permissions()
83 static struct ctl_table_header *net_header;
103 struct ctl_table_header *register_net_sysctl(struct net *net, in register_net_sysctl()
110 void unregister_net_sysctl_table(struct ctl_table_header *header) in unregister_net_sysctl_table()
/linux-4.1.27/include/net/
Dnet_namespace.h36 struct ctl_table_header;
311 struct ctl_table_header;
315 struct ctl_table_header *register_net_sysctl(struct net *net, const char *path,
317 void unregister_net_sysctl_table(struct ctl_table_header *header);
320 static inline struct ctl_table_header *register_net_sysctl(struct net *net, in register_net_sysctl()
325 static inline void unregister_net_sysctl_table(struct ctl_table_header *header) in unregister_net_sysctl_table()
Dip_vs.h914 struct ctl_table_header *sysctl_hdr;
948 struct ctl_table_header *lblc_ctl_header;
952 struct ctl_table_header *lblcr_ctl_header;
Dax25.h219 struct ctl_table_header *sysheader;
/linux-4.1.27/net/netfilter/
Dnf_conntrack_proto.c40 struct ctl_table_header **header, in nf_ct_register_sysctl()
54 nf_ct_unregister_sysctl(struct ctl_table_header **header, in nf_ct_unregister_sysctl()
183 &in->ctl_table_header, in nf_ct_l3proto_register_sysctl()
203 if (in->ctl_table_header != NULL) in nf_ct_l3proto_unregister_sysctl()
204 nf_ct_unregister_sysctl(&in->ctl_table_header, in nf_ct_l3proto_unregister_sysctl()
305 &pn->ctl_table_header, in nf_ct_l4proto_register_sysctl()
329 nf_ct_unregister_sysctl(&pn->ctl_table_header, in nf_ct_l4proto_register_sysctl()
345 if (pn->ctl_table_header != NULL) in nf_ct_l4proto_unregister_sysctl()
346 nf_ct_unregister_sysctl(&pn->ctl_table_header, in nf_ct_l4proto_unregister_sysctl()
Dnf_conntrack_standalone.c406 static struct ctl_table_header *nf_ct_netfilter_header;
/linux-4.1.27/net/llc/
Dsysctl_net_llc.c53 static struct ctl_table_header *llc2_timeout_header;
54 static struct ctl_table_header *llc_station_header;
/linux-4.1.27/net/ipx/
Dsysctl_net_ipx.c29 static struct ctl_table_header *ipx_table_header;
/linux-4.1.27/net/tipc/
Dsysctl.c40 static struct ctl_table_header *tipc_ctl_hdr;
/linux-4.1.27/drivers/scsi/
Dscsi_sysctl.c38 static struct ctl_table_header *scsi_table_header;
/linux-4.1.27/fs/ntfs/
Dsysctl.c59 static struct ctl_table_header *sysctls_root_table;
/linux-4.1.27/net/appletalk/
Dsysctl_net_atalk.c45 static struct ctl_table_header *atalk_table_header;
/linux-4.1.27/fs/nfs/
Dsysctl.c14 static struct ctl_table_header *nfs_callback_sysctl_table;
Dnfs4sysctl.c17 static struct ctl_table_header *nfs4_callback_sysctl_table;
/linux-4.1.27/arch/s390/appldata/
Dappldata.h29 struct ctl_table_header *sysctl_header;
Dappldata_base.c57 static struct ctl_table_header *appldata_sysctl_header;
/linux-4.1.27/fs/coda/
Dsysctl.c15 static struct ctl_table_header *fs_table_header;
/linux-4.1.27/arch/arm/kernel/
Disa.c45 static struct ctl_table_header *isa_sysctl_header;
/linux-4.1.27/net/rds/
Dsysctl.c39 static struct ctl_table_header *rds_sysctl_reg_table;
Dib_sysctl.c39 static struct ctl_table_header *rds_ib_sysctl_hdr;
Diw_sysctl.c39 static struct ctl_table_header *rds_iw_sysctl_hdr;
/linux-4.1.27/net/x25/
Dsysctl_net_x25.c18 static struct ctl_table_header *x25_table_header;
/linux-4.1.27/net/phonet/
Dsysctl.c41 static struct ctl_table_header *phonet_table_hrd;
/linux-4.1.27/net/mpls/
Dinternal.h18 struct ctl_table_header *sysctl;
/linux-4.1.27/drivers/parport/
Dprocfs.c257 struct ctl_table_header *sysctl_header;
371 struct ctl_table_header *sysctl_header;
424 struct ctl_table_header *sysctl_header;
/linux-4.1.27/net/rxrpc/
Dsysctl.c17 static struct ctl_table_header *rxrpc_sysctl_reg_table;
/linux-4.1.27/net/dccp/
Dsysctl.c102 static struct ctl_table_header *dccp_table_header;
/linux-4.1.27/net/rose/
Dsysctl_net_rose.c25 static struct ctl_table_header *rose_table_header;
/linux-4.1.27/ipc/
Dmq_sysctl.c121 struct ctl_table_header *mq_register_sysctl_table(void) in mq_register_sysctl_table()
Dmqueue.c95 static struct ctl_table_header *mq_sysctl_table;
/linux-4.1.27/net/netrom/
Dsysctl_net_netrom.c35 static struct ctl_table_header *nr_table_header;
/linux-4.1.27/crypto/
Dproc.c47 static struct ctl_table_header *crypto_sysctls;
/linux-4.1.27/fs/fscache/
Dmain.c54 static struct ctl_table_header *fscache_sysctl_header;
/linux-4.1.27/net/sunrpc/
Dsysctl.c42 static struct ctl_table_header *sunrpc_table_header;
Dxprtsock.c86 static struct ctl_table_header *sunrpc_table_header;
/linux-4.1.27/net/ax25/
Dsysctl_net_ax25.c175 struct ctl_table_header *header = ax25_dev->sysheader; in ax25_unregister_dev_sysctl()
/linux-4.1.27/net/irda/
Dirsysctl.c229 static struct ctl_table_header *irda_table_header;
/linux-4.1.27/net/sunrpc/xprtrdma/
Dsvc_rdma.c121 static struct ctl_table_header *svcrdma_table_header;
Dtransport.c87 static struct ctl_table_header *sunrpc_table_header;
/linux-4.1.27/drivers/s390/char/
Dsclp_async.c28 static struct ctl_table_header *callhome_sysctl_header;
/linux-4.1.27/net/ipv6/
Dsysctl_net_ipv6.c175 static struct ctl_table_header *ip6_header;
Dreassembly.c634 struct ctl_table_header *hdr; in ip6_frags_ns_sysctl_register()
678 static struct ctl_table_header *ip6_ctl_header;
Dxfrm6_policy.c342 struct ctl_table_header *hdr; in xfrm6_net_sysctl_init()
Daddrconf.c5319 struct ctl_table_header *sysctl_header;
/linux-4.1.27/drivers/macintosh/
Dmac_hid.c264 static struct ctl_table_header *mac_hid_sysctl_header;
/linux-4.1.27/arch/mips/lasat/
Dsysctl.c261 struct ctl_table_header *lasat_table_header; in lasat_register_sysctl()
/linux-4.1.27/fs/xfs/
Dxfs_sysctl.c23 static struct ctl_table_header *xfs_table_header;
/linux-4.1.27/net/decnet/
Dsysctl_net_decnet.c57 static struct ctl_table_header *dn_table_header = NULL;
Ddn_dev.c165 struct ctl_table_header *sysctl_header;
/linux-4.1.27/net/ieee802154/6lowpan/
Dreassembly.c439 struct ctl_table_header *hdr; in lowpan_frags_ns_sysctl_register()
488 static struct ctl_table_header *lowpan_ctl_header;
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/linux/
Dlinux-sysctl.c55 static struct ctl_table_header *obd_table_header;
/linux-4.1.27/arch/metag/kernel/
Dsetup.c614 struct ctl_table_header *caps_table_header; in capabilities_register_sysctl()
/linux-4.1.27/net/ipv4/
Dxfrm4_policy.c272 struct ctl_table_header *hdr; in xfrm4_net_sysctl_init()
Dsysctl_net_ipv4.c956 struct ctl_table_header *hdr; in sysctl_ipv4_init()
Dip_fragment.c757 struct ctl_table_header *hdr; in ip4_frags_ns_ctl_register()
Ddevinet.c2138 struct ctl_table_header *sysctl_header;
2270 struct ctl_table_header *forw_hdr; in devinet_init_net()
/linux-4.1.27/arch/s390/mm/
Dcmm.c399 static struct ctl_table_header *cmm_sysctl_header;
/linux-4.1.27/net/sctp/
Dsysctl.c489 static struct ctl_table_header *sctp_sysctl_header;
/linux-4.1.27/fs/lockd/
Dsvc.c79 static struct ctl_table_header * nlm_sysctl_table;
/linux-4.1.27/drivers/char/ipmi/
Dipmi_poweroff.c685 static struct ctl_table_header *ipmi_table_header;
/linux-4.1.27/fs/ocfs2/
Dstackglue.c712 static struct ctl_table_header *ocfs2_table_header;
/linux-4.1.27/fs/devpts/
Dinode.c696 struct ctl_table_header *table; in init_devpts_fs()
/linux-4.1.27/net/ipv6/netfilter/
Dnf_conntrack_reasm.c100 struct ctl_table_header *hdr; in nf_ct_frag6_sysctl_register()
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dmodule.c78 static struct ctl_table_header *lnet_table_header;
/linux-4.1.27/drivers/misc/sgi-xp/
Dxpc_main.c136 static struct ctl_table_header *xpc_sysctl;
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Drouter_proc.c33 static struct ctl_table_header *lnet_table_header;
/linux-4.1.27/drivers/infiniband/core/
Diwcm.c71 static struct ctl_table_header *iwcm_ctl_table_hdr;
Ducma.c59 static struct ctl_table_header *ucma_ctl_table_hdr;
/linux-4.1.27/drivers/char/
Drtc.c312 static struct ctl_table_header *sysctl_header;
Dhpet.c775 static struct ctl_table_header *sysctl_header;
/linux-4.1.27/net/bridge/
Dbr_netfilter.c47 static struct ctl_table_header *brnf_sysctl_header;
/linux-4.1.27/arch/s390/kernel/
Ddebug.c930 static struct ctl_table_header *s390dbf_sysctl_header;
/linux-4.1.27/kernel/
Dsysctl.c1731 struct ctl_table_header *hdr; in sysctl_init()
/linux-4.1.27/drivers/cdrom/
Dcdrom.c3678 static struct ctl_table_header *cdrom_sysctl_header;
/linux-4.1.27/net/core/
Dneighbour.c3002 struct ctl_table_header *sysctl_header;
/linux-4.1.27/arch/ia64/kernel/
Dperfmon.c571 static struct ctl_table_header *pfm_sysctl_header;
/linux-4.1.27/kernel/sched/
Dcore.c5188 static struct ctl_table_header *sd_sysctl_header;
/linux-4.1.27/drivers/md/
Dmd.c116 static struct ctl_table_header *raid_table_header;