Home
last modified time | relevance | path

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

/linux-4.4.14/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
81 struct ctl_table_header *sysctl_header;
82 struct ctl_table_header *acct_sysctl_header;
83 struct ctl_table_header *tstamp_sysctl_header;
84 struct ctl_table_header *event_sysctl_header;
85 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;
32 struct ctl_table_header *forw_hdr;
33 struct ctl_table_header *frags_hdr;
34 struct ctl_table_header *ipv4_hdr;
35 struct ctl_table_header *route_hdr;
36 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.4.14/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.4.14/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.c34 struct ctl_table_header *head; in proc_evict_inode()
/linux-4.4.14/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;
107 struct ctl_table_header *register_net_sysctl(struct net *net, in register_net_sysctl()
114 void unregister_net_sysctl_table(struct ctl_table_header *header) in unregister_net_sysctl_table()
/linux-4.4.14/include/net/
Dnet_namespace.h38 struct ctl_table_header;
319 struct ctl_table_header;
323 struct ctl_table_header *register_net_sysctl(struct net *net, const char *path,
325 void unregister_net_sysctl_table(struct ctl_table_header *header);
328 static inline struct ctl_table_header *register_net_sysctl(struct net *net, in register_net_sysctl()
333 static inline void unregister_net_sysctl_table(struct ctl_table_header *header) in unregister_net_sysctl_table()
Dip_vs.h890 struct ctl_table_header *sysctl_hdr;
926 struct ctl_table_header *lblc_ctl_header;
930 struct ctl_table_header *lblcr_ctl_header;
Dax25.h220 struct ctl_table_header *sysheader;
/linux-4.4.14/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.c435 static struct ctl_table_header *nf_ct_netfilter_header;
/linux-4.4.14/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.4.14/net/ipx/
Dsysctl_net_ipx.c29 static struct ctl_table_header *ipx_table_header;
/linux-4.4.14/net/tipc/
Dsysctl.c40 static struct ctl_table_header *tipc_ctl_hdr;
/linux-4.4.14/drivers/scsi/
Dscsi_sysctl.c38 static struct ctl_table_header *scsi_table_header;
/linux-4.4.14/fs/ntfs/
Dsysctl.c59 static struct ctl_table_header *sysctls_root_table;
/linux-4.4.14/net/appletalk/
Dsysctl_net_atalk.c45 static struct ctl_table_header *atalk_table_header;
/linux-4.4.14/fs/coda/
Dsysctl.c15 static struct ctl_table_header *fs_table_header;
/linux-4.4.14/arch/s390/appldata/
Dappldata.h29 struct ctl_table_header *sysctl_header;
Dappldata_base.c57 static struct ctl_table_header *appldata_sysctl_header;
/linux-4.4.14/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.4.14/crypto/
Dfips.c54 static struct ctl_table_header *crypto_sysctls;
/linux-4.4.14/arch/arm/kernel/
Disa.c45 static struct ctl_table_header *isa_sysctl_header;
/linux-4.4.14/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.4.14/net/x25/
Dsysctl_net_x25.c18 static struct ctl_table_header *x25_table_header;
/linux-4.4.14/net/phonet/
Dsysctl.c41 static struct ctl_table_header *phonet_table_hrd;
/linux-4.4.14/net/dccp/
Dsysctl.c102 static struct ctl_table_header *dccp_table_header;
/linux-4.4.14/net/rxrpc/
Dsysctl.c17 static struct ctl_table_header *rxrpc_sysctl_reg_table;
/linux-4.4.14/drivers/parport/
Dprocfs.c258 struct ctl_table_header *sysctl_header;
372 struct ctl_table_header *sysctl_header;
425 struct ctl_table_header *sysctl_header;
/linux-4.4.14/net/rose/
Dsysctl_net_rose.c25 static struct ctl_table_header *rose_table_header;
/linux-4.4.14/ipc/
Dmq_sysctl.c121 struct ctl_table_header *mq_register_sysctl_table(void) in mq_register_sysctl_table()
Dmqueue.c94 static struct ctl_table_header *mq_sysctl_table;
/linux-4.4.14/net/netrom/
Dsysctl_net_netrom.c35 static struct ctl_table_header *nr_table_header;
/linux-4.4.14/net/mpls/
Dinternal.h18 struct ctl_table_header *sysctl;
/linux-4.4.14/net/sunrpc/
Dsysctl.c42 static struct ctl_table_header *sunrpc_table_header;
Dxprtsock.c86 static struct ctl_table_header *sunrpc_table_header;
/linux-4.4.14/fs/fscache/
Dmain.c54 static struct ctl_table_header *fscache_sysctl_header;
/linux-4.4.14/net/ax25/
Dsysctl_net_ax25.c175 struct ctl_table_header *header = ax25_dev->sysheader; in ax25_unregister_dev_sysctl()
/linux-4.4.14/net/irda/
Dirsysctl.c229 static struct ctl_table_header *irda_table_header;
/linux-4.4.14/net/sunrpc/xprtrdma/
Dsvc_rdma.c120 static struct ctl_table_header *svcrdma_table_header;
Dtransport.c81 static struct ctl_table_header *sunrpc_table_header;
/linux-4.4.14/arch/mips/lasat/
Dsysctl.c261 struct ctl_table_header *lasat_table_header; in lasat_register_sysctl()
/linux-4.4.14/drivers/s390/char/
Dsclp_async.c28 static struct ctl_table_header *callhome_sysctl_header;
/linux-4.4.14/drivers/macintosh/
Dmac_hid.c264 static struct ctl_table_header *mac_hid_sysctl_header;
/linux-4.4.14/fs/xfs/
Dxfs_sysctl.c24 static struct ctl_table_header *xfs_table_header;
/linux-4.4.14/net/ipv6/
Dsysctl_net_ipv6.c196 static struct ctl_table_header *ip6_header;
Dreassembly.c632 struct ctl_table_header *hdr; in ip6_frags_ns_sysctl_register()
676 static struct ctl_table_header *ip6_ctl_header;
Dxfrm6_policy.c331 struct ctl_table_header *hdr; in xfrm6_net_sysctl_init()
Daddrconf.c5446 struct ctl_table_header *sysctl_header;
/linux-4.4.14/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.4.14/net/ieee802154/6lowpan/
Dreassembly.c496 struct ctl_table_header *hdr; in lowpan_frags_ns_sysctl_register()
545 static struct ctl_table_header *lowpan_ctl_header;
/linux-4.4.14/arch/metag/kernel/
Dsetup.c614 struct ctl_table_header *caps_table_header; in capabilities_register_sysctl()
/linux-4.4.14/arch/s390/mm/
Dcmm.c399 static struct ctl_table_header *cmm_sysctl_header;
/linux-4.4.14/net/ipv4/
Dxfrm4_policy.c301 struct ctl_table_header *hdr; in xfrm4_net_sysctl_init()
Dsysctl_net_ipv4.c1009 struct ctl_table_header *hdr; in sysctl_ipv4_init()
Dip_fragment.c779 struct ctl_table_header *hdr; in ip4_frags_ns_ctl_register()
Ddevinet.c2156 struct ctl_table_header *sysctl_header;
2290 struct ctl_table_header *forw_hdr; in devinet_init_net()
/linux-4.4.14/net/sctp/
Dsysctl.c489 static struct ctl_table_header *sctp_sysctl_header;
/linux-4.4.14/fs/lockd/
Dsvc.c79 static struct ctl_table_header * nlm_sysctl_table;
/linux-4.4.14/drivers/char/ipmi/
Dipmi_poweroff.c685 static struct ctl_table_header *ipmi_table_header;
/linux-4.4.14/fs/ocfs2/
Dstackglue.c712 static struct ctl_table_header *ocfs2_table_header;
/linux-4.4.14/fs/devpts/
Dinode.c709 struct ctl_table_header *table; in init_devpts_fs()
/linux-4.4.14/net/ipv6/netfilter/
Dnf_conntrack_reasm.c100 struct ctl_table_header *hdr; in nf_ct_frag6_sysctl_register()
/linux-4.4.14/drivers/misc/sgi-xp/
Dxpc_main.c136 static struct ctl_table_header *xpc_sysctl;
/linux-4.4.14/net/bridge/
Dbr_netfilter_hooks.c48 static struct ctl_table_header *brnf_sysctl_header;
/linux-4.4.14/drivers/char/
Drtc.c312 static struct ctl_table_header *sysctl_header;
Dhpet.c774 static struct ctl_table_header *sysctl_header;
/linux-4.4.14/drivers/infiniband/core/
Diwcm.c71 static struct ctl_table_header *iwcm_ctl_table_hdr;
Ducma.c60 static struct ctl_table_header *ucma_ctl_table_hdr;
/linux-4.4.14/arch/s390/kernel/
Ddebug.c930 static struct ctl_table_header *s390dbf_sysctl_header;
/linux-4.4.14/kernel/
Dsysctl.c1785 struct ctl_table_header *hdr; in sysctl_init()
/linux-4.4.14/drivers/cdrom/
Dcdrom.c3679 static struct ctl_table_header *cdrom_sysctl_header;
/linux-4.4.14/net/core/
Dneighbour.c3054 struct ctl_table_header *sysctl_header;
/linux-4.4.14/arch/ia64/kernel/
Dperfmon.c571 static struct ctl_table_header *pfm_sysctl_header;
/linux-4.4.14/kernel/sched/
Dcore.c5442 static struct ctl_table_header *sd_sysctl_header;
/linux-4.4.14/drivers/md/
Dmd.c116 static struct ctl_table_header *raid_table_header;