Home
last modified time | relevance | path

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

123456789

/openbmc/linux/net/core/
H A Dnet_namespace.c167 static void ops_exit_list(const struct pernet_operations *ops, in ops_exit_list()
181 static void ops_free_list(const struct pernet_operations *ops, in ops_free_list()
323 const struct pernet_operations *ops, *saved_ops; in setup_net()
383 static struct pernet_operations net_defaults_ops = {
571 const struct pernet_operations *ops; in cleanup_net()
1161 struct pernet_operations *ops) in __register_pernet_operations()
1204 struct pernet_operations *ops) in __register_pernet_operations()
1230 struct pernet_operations *ops) in register_pernet_operations()
1283 int register_pernet_subsys(struct pernet_operations *ops) in register_pernet_subsys()
1302 void unregister_pernet_subsys(struct pernet_operations *ops) in unregister_pernet_subsys()
[all …]
/openbmc/linux/net/tipc/
H A 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 = {
/openbmc/linux/include/net/
H A Dnet_namespace.h416 struct pernet_operations { struct
467 int register_pernet_subsys(struct pernet_operations *); argument
468 void unregister_pernet_subsys(struct pernet_operations *);
469 int register_pernet_device(struct pernet_operations *);
470 void unregister_pernet_device(struct pernet_operations *);
/openbmc/linux/security/smack/
H A Dsmack_netfilter.c66 static struct pernet_operations smack_net_ops = {
/openbmc/linux/net/ipv4/netfilter/
H A Diptable_security.c61 static struct pernet_operations iptable_security_net_ops = {
H A Darptable_filter.c54 static struct pernet_operations arptable_filter_net_ops = {
H A Diptable_filter.c72 static struct pernet_operations iptable_filter_net_ops = {
H A Diptable_raw.c64 static struct pernet_operations iptable_raw_net_ops = {
H A Diptable_mangle.c106 static struct pernet_operations iptable_mangle_net_ops = {
/openbmc/linux/net/ipv6/netfilter/
H A Dip6table_security.c60 static struct pernet_operations ip6table_security_net_ops = {
H A Dip6table_filter.c71 static struct pernet_operations ip6table_filter_net_ops = {
H A Dip6table_raw.c63 static struct pernet_operations ip6table_raw_net_ops = {
H A Dnf_defrag_ipv6_hooks.c106 static struct pernet_operations defrag6_net_ops = {
H A Dip6table_mangle.c99 static struct pernet_operations ip6table_mangle_net_ops = {
H A Dip6table_nat.c141 static struct pernet_operations ip6table_nat_net_ops = {
/openbmc/linux/net/bridge/netfilter/
H A Debtable_nat.c89 static struct pernet_operations frame_nat_net_ops = {
H A Debtable_filter.c89 static struct pernet_operations frame_filter_net_ops = {
H A Debtable_broute.c108 static struct pernet_operations broute_net_ops = {
/openbmc/linux/fs/nfs_common/
H A Dgrace.c122 static struct pernet_operations grace_net_ops = {
/openbmc/linux/net/netfilter/
H A Dnf_hooks_lwtunnel.c106 static struct pernet_operations nf_lwtunnel_net_ops = {
/openbmc/linux/net/sunrpc/
H A Dsunrpc_syms.c80 static struct pernet_operations sunrpc_net_ops = {
/openbmc/linux/net/ipv4/
H A Dudplite.c101 static struct pernet_operations udplite4_net_ops = {
/openbmc/linux/net/ipv6/ila/
H A Dila_main.c84 static struct pernet_operations ila_net_ops = {
/openbmc/linux/net/ipv6/
H A Dudplite.c126 static struct pernet_operations udplite6_net_ops = {
/openbmc/linux/net/rxrpc/
H A Dnet_ns.c115 struct pernet_operations rxrpc_net_ops = {

123456789