Home
last modified time | relevance | path

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

123456789

/Linux-v5.10/net/core/
Dnet_namespace.c136 static int ops_init(const struct pernet_operations *ops, struct net *net) in ops_init()
163 static void ops_free(const struct pernet_operations *ops, struct net *net) in ops_free()
170 static void ops_pre_exit_list(const struct pernet_operations *ops, in ops_pre_exit_list()
181 static void ops_exit_list(const struct pernet_operations *ops, in ops_exit_list()
193 static void ops_free_list(const struct pernet_operations *ops, in ops_free_list()
328 const struct pernet_operations *ops, *saved_ops; in setup_net()
381 static struct pernet_operations net_defaults_ops = {
558 const struct pernet_operations *ops; in cleanup_net()
716 static struct pernet_operations __net_initdata net_ns_ops = {
1132 struct pernet_operations *ops) in __register_pernet_operations()
[all …]
Dnet-procfs.c323 static struct pernet_operations __net_initdata dev_proc_ops = {
367 static struct pernet_operations __net_initdata dev_mc_net_ops = {
/Linux-v5.10/include/net/
Dnet_namespace.h361 struct pernet_operations { struct
412 int register_pernet_subsys(struct pernet_operations *); argument
413 void unregister_pernet_subsys(struct pernet_operations *);
414 int register_pernet_device(struct pernet_operations *);
415 void unregister_pernet_device(struct pernet_operations *);
Dact_api.h179 int tcf_register_action(struct tc_action_ops *a, struct pernet_operations *ops);
181 struct pernet_operations *ops);
/Linux-v5.10/net/tipc/
Dcore.c131 static struct pernet_operations tipc_pernet_pre_exit_ops = {
135 static struct pernet_operations tipc_net_ops = {
142 static struct pernet_operations tipc_topsrv_net_ops = {
/Linux-v5.10/net/netfilter/
Dnf_log_netdev.c44 static struct pernet_operations nf_log_netdev_net_ops = {
/Linux-v5.10/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.10/security/smack/
Dsmack_netfilter.c86 static struct pernet_operations smack_net_ops = {
/Linux-v5.10/net/ipv4/netfilter/
Darptable_filter.c67 static struct pernet_operations arptable_filter_net_ops = {
Diptable_security.c80 static struct pernet_operations iptable_security_net_ops = {
Diptable_filter.c90 static struct pernet_operations iptable_filter_net_ops = {
Diptable_raw.c85 static struct pernet_operations iptable_raw_net_ops = {
/Linux-v5.10/net/mptcp/
Dctrl.c106 static struct pernet_operations mptcp_pernet_ops = {
/Linux-v5.10/fs/nfs_common/
Dgrace.c117 static struct pernet_operations grace_net_ops = {
/Linux-v5.10/net/sunrpc/
Dsunrpc_syms.c79 static struct pernet_operations sunrpc_net_ops = {
/Linux-v5.10/net/ipv6/netfilter/
Dip6table_security.c79 static struct pernet_operations ip6table_security_net_ops = {
Dip6table_filter.c91 static struct pernet_operations ip6table_filter_net_ops = {
Dip6table_raw.c84 static struct pernet_operations ip6table_raw_net_ops = {
/Linux-v5.10/net/ipv4/
Dudplite.c89 static struct pernet_operations udplite4_net_ops = {
/Linux-v5.10/net/ipv6/ila/
Dila_main.c79 static struct pernet_operations ila_net_ops = {
/Linux-v5.10/net/
Dsysctl_net.c90 static struct pernet_operations sysctl_pernet_ops = {
/Linux-v5.10/net/ipv6/
Dudplite.c110 static struct pernet_operations udplite6_net_ops = {

123456789