Home
last modified time | relevance | path

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

123456789

/linux-6.1.9/net/core/
Dnet_namespace.c118 static int ops_init(const struct pernet_operations *ops, struct net *net) in ops_init()
152 static void ops_pre_exit_list(const struct pernet_operations *ops, in ops_pre_exit_list()
163 static void ops_exit_list(const struct pernet_operations *ops, in ops_exit_list()
177 static void ops_free_list(const struct pernet_operations *ops, in ops_free_list()
313 const struct pernet_operations *ops, *saved_ops; in setup_net()
373 static struct pernet_operations net_defaults_ops = {
555 const struct pernet_operations *ops; in cleanup_net()
722 static struct pernet_operations __net_initdata net_ns_ops = {
1131 static void free_exit_list(struct pernet_operations *ops, struct list_head *net_exit_list) in free_exit_list()
1141 struct pernet_operations *ops) in __register_pernet_operations()
[all …]
Dnet-procfs.c352 static struct pernet_operations __net_initdata dev_proc_ops = {
396 static struct pernet_operations __net_initdata dev_mc_net_ops = {
/linux-6.1.9/net/tipc/
Dcore.c130 static struct pernet_operations tipc_pernet_pre_exit_ops = {
134 static struct pernet_operations tipc_net_ops = {
141 static struct pernet_operations tipc_topsrv_net_ops = {
/linux-6.1.9/include/net/
Dnet_namespace.h400 struct pernet_operations { struct
451 int register_pernet_subsys(struct pernet_operations *); argument
452 void unregister_pernet_subsys(struct pernet_operations *);
453 int register_pernet_device(struct pernet_operations *);
454 void unregister_pernet_device(struct pernet_operations *);
Dact_api.h199 int tcf_register_action(struct tc_action_ops *a, struct pernet_operations *ops);
201 struct pernet_operations *ops);
/linux-6.1.9/security/smack/
Dsmack_netfilter.c66 static struct pernet_operations smack_net_ops = {
/linux-6.1.9/net/ipv6/netfilter/
Dip6table_security.c60 static struct pernet_operations ip6table_security_net_ops = {
Dip6table_filter.c71 static struct pernet_operations ip6table_filter_net_ops = {
Dip6table_raw.c63 static struct pernet_operations ip6table_raw_net_ops = {
Dnf_defrag_ipv6_hooks.c99 static struct pernet_operations defrag6_net_ops = {
Dip6table_mangle.c99 static struct pernet_operations ip6table_mangle_net_ops = {
/linux-6.1.9/net/ipv4/netfilter/
Diptable_security.c61 static struct pernet_operations iptable_security_net_ops = {
Darptable_filter.c54 static struct pernet_operations arptable_filter_net_ops = {
Diptable_filter.c72 static struct pernet_operations iptable_filter_net_ops = {
Diptable_raw.c64 static struct pernet_operations iptable_raw_net_ops = {
Diptable_mangle.c106 static struct pernet_operations iptable_mangle_net_ops = {
Diptable_nat.c139 static struct pernet_operations iptable_nat_net_ops = {
/linux-6.1.9/net/bridge/netfilter/
Debtable_filter.c89 static struct pernet_operations frame_filter_net_ops = {
Debtable_nat.c89 static struct pernet_operations frame_nat_net_ops = {
Debtable_broute.c108 static struct pernet_operations broute_net_ops = {
/linux-6.1.9/fs/nfs_common/
Dgrace.c121 static struct pernet_operations grace_net_ops = {
/linux-6.1.9/net/ipv6/ila/
Dila_main.c80 static struct pernet_operations ila_net_ops = {
/linux-6.1.9/net/sunrpc/
Dsunrpc_syms.c80 static struct pernet_operations sunrpc_net_ops = {
/linux-6.1.9/net/ipv4/
Dudplite.c99 static struct pernet_operations udplite4_net_ops = {
/linux-6.1.9/net/ipv6/
Dudplite.c120 static struct pernet_operations udplite6_net_ops = {

123456789