Home
last modified time | relevance | path

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

12345678

/Linux-v4.19/net/core/
Dnet_namespace.c113 static int ops_init(const struct pernet_operations *ops, struct net *net) in ops_init()
140 static void ops_free(const struct pernet_operations *ops, struct net *net) in ops_free()
147 static void ops_exit_list(const struct pernet_operations *ops, in ops_exit_list()
159 static void ops_free_list(const struct pernet_operations *ops, in ops_free_list()
301 const struct pernet_operations *ops, *saved_ops; in setup_net()
347 static struct pernet_operations net_defaults_ops = {
510 const struct pernet_operations *ops; in cleanup_net()
662 static struct pernet_operations __net_initdata net_ns_ops = {
928 struct pernet_operations *ops) in __register_pernet_operations()
956 static void __unregister_pernet_operations(struct pernet_operations *ops) in __unregister_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-v4.19/include/net/
Dnet_namespace.h329 struct pernet_operations { struct
375 int register_pernet_subsys(struct pernet_operations *); argument
376 void unregister_pernet_subsys(struct pernet_operations *);
377 int register_pernet_device(struct pernet_operations *);
378 void unregister_pernet_device(struct pernet_operations *);
Dact_api.h162 int tcf_register_action(struct tc_action_ops *a, struct pernet_operations *ops);
164 struct pernet_operations *ops);
/Linux-v4.19/net/netfilter/
Dnf_log_netdev.c47 static struct pernet_operations nf_log_netdev_net_ops = {
/Linux-v4.19/net/bridge/netfilter/
Dnf_log_bridge.c48 static struct pernet_operations nf_log_bridge_net_ops = {
Debtable_broute.c77 static struct pernet_operations broute_net_ops = {
Debtable_filter.c106 static struct pernet_operations frame_filter_net_ops = {
Debtable_nat.c106 static struct pernet_operations frame_nat_net_ops = {
/Linux-v4.19/security/smack/
Dsmack_netfilter.c89 static struct pernet_operations smack_net_ops = {
/Linux-v4.19/net/ipv4/netfilter/
Darptable_filter.c66 static struct pernet_operations arptable_filter_net_ops = {
Diptable_security.c77 static struct pernet_operations iptable_security_net_ops = {
Diptable_filter.c87 static struct pernet_operations iptable_filter_net_ops = {
Diptable_raw.c77 static struct pernet_operations iptable_raw_net_ops = {
/Linux-v4.19/net/ipv6/netfilter/
Dip6table_security.c75 static struct pernet_operations ip6table_security_net_ops = {
Dip6table_filter.c87 static struct pernet_operations ip6table_filter_net_ops = {
Dip6table_raw.c76 static struct pernet_operations ip6table_raw_net_ops = {
Dnf_defrag_ipv6_hooks.c102 static struct pernet_operations defrag6_net_ops = {
/Linux-v4.19/fs/nfs_common/
Dgrace.c116 static struct pernet_operations grace_net_ops = {
/Linux-v4.19/net/sunrpc/
Dsunrpc_syms.c77 static struct pernet_operations sunrpc_net_ops = {
/Linux-v4.19/net/ipv6/ila/
Dila_main.c78 static struct pernet_operations ila_net_ops = {
/Linux-v4.19/net/ipv4/
Dudplite.c95 static struct pernet_operations udplite4_net_ops = {
/Linux-v4.19/net/ipv6/
Dudplite.c115 static struct pernet_operations udplite6_net_ops = {
/Linux-v4.19/net/
Dsysctl_net.c89 static struct pernet_operations sysctl_pernet_ops = {
/Linux-v4.19/net/tipc/
Dcore.c107 static struct pernet_operations tipc_net_ops = {

12345678