Home
last modified time | relevance | path

Searched refs:pernet_operations (Results 1 – 25 of 205) sorted by relevance

123456789

/OK3568_Linux_fs/kernel/net/core/
H A Dnet_namespace.c136 static int ops_init(const struct pernet_operations *ops, struct net *net) in ops_init()
170 static void ops_free(const struct pernet_operations *ops, struct net *net) in ops_free()
177 static void ops_pre_exit_list(const struct pernet_operations *ops, in ops_pre_exit_list()
188 static void ops_exit_list(const struct pernet_operations *ops, in ops_exit_list()
202 static void ops_free_list(const struct pernet_operations *ops, in ops_free_list()
337 const struct pernet_operations *ops, *saved_ops; in setup_net()
390 static struct pernet_operations net_defaults_ops = {
569 const struct pernet_operations *ops; in cleanup_net()
741 static struct pernet_operations __net_initdata net_ns_ops = {
1157 struct pernet_operations *ops) in __register_pernet_operations()
[all …]
H A Dnet-procfs.c353 static struct pernet_operations __net_initdata dev_proc_ops = {
397 static struct pernet_operations __net_initdata dev_mc_net_ops = {
/OK3568_Linux_fs/kernel/include/net/
H A Dnet_namespace.h368 struct pernet_operations { struct
419 int register_pernet_subsys(struct pernet_operations *); argument
420 void unregister_pernet_subsys(struct pernet_operations *);
421 int register_pernet_device(struct pernet_operations *);
422 void unregister_pernet_device(struct pernet_operations *);
H A Dact_api.h175 int tcf_register_action(struct tc_action_ops *a, struct pernet_operations *ops);
177 struct pernet_operations *ops);
/OK3568_Linux_fs/kernel/net/tipc/
H A Dcore.c132 static struct pernet_operations tipc_pernet_pre_exit_ops = {
136 static struct pernet_operations tipc_net_ops = {
143 static struct pernet_operations tipc_topsrv_net_ops = {
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_log_netdev.c44 static struct pernet_operations nf_log_netdev_net_ops = {
/OK3568_Linux_fs/kernel/net/bridge/netfilter/
H A Dnf_log_bridge.c45 static struct pernet_operations nf_log_bridge_net_ops = {
H A Debtable_filter.c104 static struct pernet_operations frame_filter_net_ops = {
H A Debtable_nat.c104 static struct pernet_operations frame_nat_net_ops = {
H A Debtable_broute.c110 static struct pernet_operations broute_net_ops = {
/OK3568_Linux_fs/kernel/security/smack/
H A Dsmack_netfilter.c86 static struct pernet_operations smack_net_ops = {
/OK3568_Linux_fs/kernel/fs/nfs_common/
H A Dgrace.c121 static struct pernet_operations grace_net_ops = {
/OK3568_Linux_fs/kernel/net/mptcp/
H A Dctrl.c106 static struct pernet_operations mptcp_pernet_ops = {
/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A Diptable_security.c80 static struct pernet_operations iptable_security_net_ops = {
H A Darptable_filter.c74 static struct pernet_operations arptable_filter_net_ops = {
H A Diptable_filter.c90 static struct pernet_operations iptable_filter_net_ops = {
H A Diptable_raw.c85 static struct pernet_operations iptable_raw_net_ops = {
/OK3568_Linux_fs/kernel/net/ipv6/netfilter/
H A Dip6table_security.c79 static struct pernet_operations ip6table_security_net_ops = {
H A Dip6table_filter.c91 static struct pernet_operations ip6table_filter_net_ops = {
H A Dnf_defrag_ipv6_hooks.c99 static struct pernet_operations defrag6_net_ops = {
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dsunrpc_syms.c79 static struct pernet_operations sunrpc_net_ops = {
/OK3568_Linux_fs/kernel/net/ipv6/ila/
H A Dila_main.c79 static struct pernet_operations ila_net_ops = {
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dudplite.c89 static struct pernet_operations udplite4_net_ops = {
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dudplite.c110 static struct pernet_operations udplite6_net_ops = {
/OK3568_Linux_fs/kernel/net/
H A Dsysctl_net.c90 static struct pernet_operations sysctl_pernet_ops = {

123456789