Home
last modified time | relevance | path

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

12345678

/Linux-v5.4/net/core/
Dnet_namespace.c121 static int ops_init(const struct pernet_operations *ops, struct net *net) in ops_init()
148 static void ops_free(const struct pernet_operations *ops, struct net *net) in ops_free()
155 static void ops_pre_exit_list(const struct pernet_operations *ops, in ops_pre_exit_list()
166 static void ops_exit_list(const struct pernet_operations *ops, in ops_exit_list()
178 static void ops_free_list(const struct pernet_operations *ops, in ops_free_list()
321 const struct pernet_operations *ops, *saved_ops; in setup_net()
374 static struct pernet_operations net_defaults_ops = {
551 const struct pernet_operations *ops; in cleanup_net()
709 static struct pernet_operations __net_initdata net_ns_ops = {
1130 struct pernet_operations *ops) in __register_pernet_operations()
[all …]
Dnet-procfs.c312 static struct pernet_operations __net_initdata dev_proc_ops = {
356 static struct pernet_operations __net_initdata dev_mc_net_ops = {
/Linux-v5.4/include/net/
Dnet_namespace.h350 struct pernet_operations { struct
401 int register_pernet_subsys(struct pernet_operations *); argument
402 void unregister_pernet_subsys(struct pernet_operations *);
403 int register_pernet_device(struct pernet_operations *);
404 void unregister_pernet_device(struct pernet_operations *);
Dact_api.h170 int tcf_register_action(struct tc_action_ops *a, struct pernet_operations *ops);
172 struct pernet_operations *ops);
/Linux-v5.4/net/tipc/
Dcore.c106 static struct pernet_operations tipc_net_ops = {
113 static struct pernet_operations tipc_topsrv_net_ops = {
/Linux-v5.4/net/netfilter/
Dnf_log_netdev.c44 static struct pernet_operations nf_log_netdev_net_ops = {
/Linux-v5.4/net/bridge/netfilter/
Dnf_log_bridge.c45 static struct pernet_operations nf_log_bridge_net_ops = {
Debtable_filter.c107 static struct pernet_operations frame_filter_net_ops = {
Debtable_nat.c107 static struct pernet_operations frame_nat_net_ops = {
Debtable_broute.c113 static struct pernet_operations broute_net_ops = {
/Linux-v5.4/security/smack/
Dsmack_netfilter.c86 static struct pernet_operations smack_net_ops = {
/Linux-v5.4/net/ipv4/netfilter/
Diptable_security.c74 static struct pernet_operations iptable_security_net_ops = {
Darptable_filter.c67 static struct pernet_operations arptable_filter_net_ops = {
Diptable_filter.c83 static struct pernet_operations iptable_filter_net_ops = {
Diptable_raw.c78 static struct pernet_operations iptable_raw_net_ops = {
/Linux-v5.4/net/ipv6/netfilter/
Dip6table_security.c72 static struct pernet_operations ip6table_security_net_ops = {
Dip6table_filter.c84 static struct pernet_operations ip6table_filter_net_ops = {
Dip6table_raw.c77 static struct pernet_operations ip6table_raw_net_ops = {
Dnf_defrag_ipv6_hooks.c99 static struct pernet_operations defrag6_net_ops = {
/Linux-v5.4/fs/nfs_common/
Dgrace.c117 static struct pernet_operations grace_net_ops = {
/Linux-v5.4/net/sunrpc/
Dsunrpc_syms.c78 static struct pernet_operations sunrpc_net_ops = {
/Linux-v5.4/net/ipv6/ila/
Dila_main.c79 static struct pernet_operations ila_net_ops = {
/Linux-v5.4/net/ipv4/
Dudplite.c93 static struct pernet_operations udplite4_net_ops = {
/Linux-v5.4/net/ipv6/
Dudplite.c114 static struct pernet_operations udplite6_net_ops = {
/Linux-v5.4/net/
Dsysctl_net.c90 static struct pernet_operations sysctl_pernet_ops = {

12345678