Symbol: pernet_operations
crypto/crypto_user.c
486
static struct pernet_operations crypto_netlink_net_ops = {
drivers/infiniband/core/cma.c
5479
static struct pernet_operations cma_pernet_operations = {
drivers/infiniband/core/device.c
1775
static struct pernet_operations rdma_dev_net_ops = {
drivers/net/bareudp.c
791
static struct pernet_operations bareudp_net_ops = {
drivers/net/bonding/bond_main.c
6590
static struct pernet_operations bond_net_ops = {
drivers/net/geneve.c
2459
static struct pernet_operations geneve_net_ops = {
drivers/net/gtp.c
2491
static struct pernet_operations gtp_net_ops = {
drivers/net/ipvlan/ipvlan_l3s.c
189
static struct pernet_operations ipvlan_net_ops = {
drivers/net/loopback.c
235
struct pernet_operations __net_initdata loopback_net_ops = {
drivers/net/pfcp.c
258
static struct pernet_operations pfcp_net_ops = {
drivers/net/ppp/ppp_generic.c
1165
static struct pernet_operations ppp_net_ops = {
drivers/net/ppp/pppoe.c
1172
static struct pernet_operations pppoe_net_ops = {
drivers/net/vrf.c
1967
static struct pernet_operations vrf_net_ops __net_initdata = {
drivers/net/vxlan/vxlan_core.c
4965
static struct pernet_operations vxlan_net_ops = {
drivers/net/wireguard/device.c
435
static struct pernet_operations pernet_ops = {
drivers/net/wireless/virtual/mac80211_hwsim.c
6814
static struct pernet_operations hwsim_net_ops = {
fs/afs/main.c
156
static struct pernet_operations afs_net_ops = {
fs/lockd/svc.c
572
static struct pernet_operations lockd_net_ops = {
fs/nfs/blocklayout/rpc_pipefs.c
243
static struct pernet_operations nfs4blocklayout_net_ops = {
fs/nfs/dns_resolve.c
419
static struct pernet_operations nfs4_dns_resolver_ops = {
fs/nfs/inode.c
2677
static struct pernet_operations nfs_net_ops = {
fs/nfs_common/grace.c
122
static struct pernet_operations grace_net_ops = {
fs/nfsd/nfsctl.c
2246
static struct pernet_operations nfsd_net_ops = {
fs/proc/proc_net.c
408
static struct pernet_operations __net_initdata proc_net_ns_ops = {
include/linux/netdevice.h
5600
extern struct pernet_operations __net_initdata loopback_net_ops;
include/net/act_api.h
207
int tcf_register_action(struct tc_action_ops *a, struct pernet_operations *ops);
include/net/act_api.h
209
struct pernet_operations *ops);
include/net/net_namespace.h
513
int register_pernet_subsys(struct pernet_operations *);
include/net/net_namespace.h
514
void unregister_pernet_subsys(struct pernet_operations *);
include/net/net_namespace.h
515
int register_pernet_device(struct pernet_operations *);
include/net/net_namespace.h
516
void unregister_pernet_device(struct pernet_operations *);
kernel/audit.c
1721
static struct pernet_operations audit_net_ops __net_initdata = {
kernel/bpf/net_namespace.c
555
static struct pernet_operations netns_bpf_pernet_ops __net_initdata = {
lib/kobject_uevent.c
816
static struct pernet_operations uevent_net_ops = {
net/8021q/vlan.c
701
static struct pernet_operations vlan_net_ops = {
net/bridge/br.c
417
static struct pernet_operations br_net_ops = {
net/bridge/br_netfilter_hooks.c
1299
static struct pernet_operations brnf_net_ops __read_mostly = {
net/bridge/netfilter/ebtable_broute.c
108
static struct pernet_operations broute_net_ops = {
net/bridge/netfilter/ebtable_filter.c
89
static struct pernet_operations frame_filter_net_ops = {
net/bridge/netfilter/ebtable_nat.c
89
static struct pernet_operations frame_nat_net_ops = {
net/bridge/netfilter/ebtables.c
2562
static struct pernet_operations ebt_net_ops = {
net/caif/caif_dev.c
555
static struct pernet_operations caif_net_ops = {
net/can/af_can.c
869
static struct pernet_operations can_pernet_ops __read_mostly = {
net/can/bcm.c
1830
static struct pernet_operations canbcm_pernet_ops __read_mostly = {
net/can/gw.c
1300
static struct pernet_operations cangw_pernet_ops = {
net/core/dev.c
13017
static struct pernet_operations __net_initdata netdev_net_ops = {
net/core/dev.c
13090
static struct pernet_operations __net_initdata default_device_ops = {
net/core/fib_notifier.c
185
static struct pernet_operations fib_notifier_net_ops = {
net/core/fib_rules.c
1441
static struct pernet_operations fib_rules_net_ops = {
net/core/lock_debug.c
96
static struct pernet_operations rtnl_net_debug_net_ops __net_initdata = {
net/core/net-procfs.c
362
static struct pernet_operations __net_initdata dev_proc_ops = {
net/core/net-procfs.c
406
static struct pernet_operations __net_initdata dev_mc_net_ops = {
net/core/net_namespace.c
120
static int ops_init(const struct pernet_operations *ops, struct net *net)
net/core/net_namespace.c
1308
struct pernet_operations *ops)
net/core/net_namespace.c
1335
static void __unregister_pernet_operations(struct pernet_operations *ops)
net/core/net_namespace.c
1351
struct pernet_operations *ops)
net/core/net_namespace.c
1361
static void __unregister_pernet_operations(struct pernet_operations *ops)
net/core/net_namespace.c
1378
struct pernet_operations *ops)
net/core/net_namespace.c
1407
static void unregister_pernet_operations(struct pernet_operations *ops)
net/core/net_namespace.c
1434
int register_pernet_subsys(struct pernet_operations *ops)
net/core/net_namespace.c
1453
void unregister_pernet_subsys(struct pernet_operations *ops)
net/core/net_namespace.c
1480
int register_pernet_device(struct pernet_operations *ops)
net/core/net_namespace.c
1501
void unregister_pernet_device(struct pernet_operations *ops)
net/core/net_namespace.c
154
static void ops_pre_exit_list(const struct pernet_operations *ops,
net/core/net_namespace.c
166
const struct pernet_operations *ops,
net/core/net_namespace.c
169
const struct pernet_operations *saved_ops = ops;
net/core/net_namespace.c
192
static void ops_exit_list(const struct pernet_operations *ops,
net/core/net_namespace.c
208
static void ops_free_list(const struct pernet_operations *ops,
net/core/net_namespace.c
220
const struct pernet_operations *ops,
net/core/net_namespace.c
224
const struct pernet_operations *saved_ops;
net/core/net_namespace.c
259
static void ops_undo_single(struct pernet_operations *ops,
net/core/net_namespace.c
439
const struct pernet_operations *ops;
net/core/net_namespace.c
842
static struct pernet_operations __net_initdata net_ns_ops = {
net/core/pktgen.c
4091
static struct pernet_operations pg_net_ops = {
net/core/rtnetlink.c
7091
static struct pernet_operations rtnetlink_net_ops = {
net/core/sock.c
4067
static struct pernet_operations net_inuse_ops = {
net/core/sock.c
4390
static __net_initdata struct pernet_operations proto_net_ops = {
net/core/sock_diag.c
344
static struct pernet_operations diag_net_ops = {
net/core/sysctl_net_core.c
807
static __net_initdata struct pernet_operations sysctl_core_ops = {
net/devlink/core.c
518
static struct pernet_operations devlink_pernet_ops __net_initdata = {
net/handshake/netlink.c
223
static struct pernet_operations handshake_genl_net_ops = {
net/ieee802154/6lowpan/reassembly.c
487
static struct pernet_operations lowpan_frags_ops = {
net/ieee802154/core.c
359
static struct pernet_operations cfg802154_pernet_ops = {
net/ipv4/af_inet.c
1784
static __net_initdata struct pernet_operations ipv4_mib_ops = {
net/ipv4/af_inet.c
1835
static __net_initdata struct pernet_operations af_inet_ops = {
net/ipv4/arp.c
1510
static struct pernet_operations arp_net_ops = {
net/ipv4/devinet.c
2871
static __net_initdata struct pernet_operations devinet_ops = {
net/ipv4/fib_frontend.c
1688
static struct pernet_operations fib_net_ops = {
net/ipv4/fou_core.c
1238
static struct pernet_operations fou_net_ops = {
net/ipv4/icmp.c
1745
static struct pernet_operations __net_initdata icmp_sk_ops = {
net/ipv4/igmp.c
3150
static struct pernet_operations igmp_net_ops = {
net/ipv4/ip_fragment.c
702
static struct pernet_operations ip4_frags_ops = {
net/ipv4/ip_gre.c
1085
static struct pernet_operations ipgre_net_ops = {
net/ipv4/ip_gre.c
1770
static struct pernet_operations ipgre_tap_net_ops = {
net/ipv4/ip_gre.c
1789
static struct pernet_operations erspan_net_ops = {
net/ipv4/ip_vti.c
532
static struct pernet_operations vti_net_ops = {
net/ipv4/ipip.c
638
static struct pernet_operations ipip_net_ops = {
net/ipv4/ipmr.c
3282
static struct pernet_operations ipmr_net_ops = {
net/ipv4/netfilter/arp_tables.c
1630
static struct pernet_operations arp_tables_net_ops = {
net/ipv4/netfilter/arptable_filter.c
54
static struct pernet_operations arptable_filter_net_ops = {
net/ipv4/netfilter/ip_tables.c
1848
static struct pernet_operations ip_tables_net_ops = {
net/ipv4/netfilter/iptable_filter.c
72
static struct pernet_operations iptable_filter_net_ops = {
net/ipv4/netfilter/iptable_mangle.c
107
static struct pernet_operations iptable_mangle_net_ops = {
net/ipv4/netfilter/iptable_nat.c
139
static struct pernet_operations iptable_nat_net_ops = {
net/ipv4/netfilter/iptable_raw.c
64
static struct pernet_operations iptable_raw_net_ops = {
net/ipv4/netfilter/iptable_security.c
61
static struct pernet_operations iptable_security_net_ops = {
net/ipv4/netfilter/nf_defrag_ipv4.c
123
static struct pernet_operations defrag4_net_ops = {
net/ipv4/nexthop.c
4142
static struct pernet_operations nexthop_net_ops = {
net/ipv4/ping.c
1163
static struct pernet_operations ping_v4_net_ops = {
net/ipv4/proc.c
564
static __net_initdata struct pernet_operations ip_proc_ops = {
net/ipv4/raw.c
1086
static __net_initdata struct pernet_operations raw_net_ops = {
net/ipv4/raw.c
1116
static struct pernet_operations __net_initdata raw_sysctl_ops = {
net/ipv4/route.c
3657
static __net_initdata struct pernet_operations sysctl_route_ops = {
net/ipv4/route.c
3672
static struct pernet_operations __net_initdata ip_rt_ops = {
net/ipv4/route.c
3684
static __net_initdata struct pernet_operations rt_genid_ops = {
net/ipv4/route.c
3708
static __net_initdata struct pernet_operations ipv4_inetpeer_ops = {
net/ipv4/route.c
379
static struct pernet_operations ip_rt_proc_ops __net_initdata = {
net/ipv4/sysctl_net_ipv4.c
1707
static __net_initdata struct pernet_operations ipv4_sysctl_ops = {
net/ipv4/tcp_ipv4.c
3400
static struct pernet_operations tcp4_net_ops = {
net/ipv4/tcp_ipv4.c
3639
static struct pernet_operations __net_initdata tcp_sk_ops = {
net/ipv4/tcp_metrics.c
1042
static __net_initdata struct pernet_operations tcp_net_metrics_ops = {
net/ipv4/udp.c
3777
static struct pernet_operations udp4_net_ops = {
net/ipv4/udp.c
3966
static struct pernet_operations __net_initdata udp_sysctl_ops = {
net/ipv4/udplite.c
100
static struct pernet_operations udplite4_net_ops = {
net/ipv4/xfrm4_policy.c
229
static struct pernet_operations __net_initdata xfrm4_net_ops = {
net/ipv6/addrconf.c
4520
static struct pernet_operations if6_proc_net_ops = {
net/ipv6/addrconf.c
7498
static struct pernet_operations addrconf_ops = {
net/ipv6/addrlabel.c
343
static struct pernet_operations ipv6_addr_label_ops = {
net/ipv6/af_inet6.c
1013
static struct pernet_operations inet6_net_ops = {
net/ipv6/fib6_rules.c
649
static struct pernet_operations fib6_rules_net_ops = {
net/ipv6/ila/ila_main.c
84
static struct pernet_operations ila_net_ops = {
net/ipv6/ioam6.c
1022
static struct pernet_operations ioam6_net_ops = {
net/ipv6/ip6_fib.c
2562
static struct pernet_operations fib6_net_ops = {
net/ipv6/ip6_flowlabel.c
890
static struct pernet_operations ip6_flowlabel_net_ops = {
net/ipv6/ip6_gre.c
1622
static struct pernet_operations ip6gre_net_ops = {
net/ipv6/ip6_tunnel.c
2354
static struct pernet_operations ip6_tnl_net_ops = {
net/ipv6/ip6_vti.c
1173
static struct pernet_operations vti6_net_ops = {
net/ipv6/ip6mr.c
1382
static struct pernet_operations ip6mr_net_ops = {
net/ipv6/mcast.c
3212
static struct pernet_operations igmp6_net_ops = {
net/ipv6/ndisc.c
1996
static struct pernet_operations ndisc_net_ops = {
net/ipv6/netfilter/ip6_tables.c
1855
static struct pernet_operations ip6_tables_net_ops = {
net/ipv6/netfilter/ip6table_filter.c
71
static struct pernet_operations ip6table_filter_net_ops = {
net/ipv6/netfilter/ip6table_mangle.c
100
static struct pernet_operations ip6table_mangle_net_ops = {
net/ipv6/netfilter/ip6table_nat.c
141
static struct pernet_operations ip6table_nat_net_ops = {
net/ipv6/netfilter/ip6table_raw.c
63
static struct pernet_operations ip6table_raw_net_ops = {
net/ipv6/netfilter/ip6table_security.c
60
static struct pernet_operations ip6table_security_net_ops = {
net/ipv6/netfilter/nf_conntrack_reasm.c
538
static struct pernet_operations nf_ct_net_ops = {
net/ipv6/netfilter/nf_defrag_ipv6_hooks.c
106
static struct pernet_operations defrag6_net_ops = {
net/ipv6/ping.c
267
static struct pernet_operations ping_v6_net_ops = {
net/ipv6/proc.c
317
static struct pernet_operations ipv6_proc_ops = {
net/ipv6/raw.c
1258
static struct pernet_operations raw6_net_ops = {
net/ipv6/reassembly.c
559
static struct pernet_operations ip6_frags_ops = {
net/ipv6/route.c
6773
static struct pernet_operations ip6_route_net_ops = {
net/ipv6/route.c
6798
static struct pernet_operations ipv6_inetpeer_ops = {
net/ipv6/route.c
6803
static struct pernet_operations ip6_route_net_late_ops = {
net/ipv6/seg6.c
457
static struct pernet_operations ip6_segments_ops = {
net/ipv6/sit.c
1875
static struct pernet_operations sit_net_ops = {
net/ipv6/sysctl_net_ipv6.c
331
static struct pernet_operations ipv6_sysctl_net_ops = {
net/ipv6/tcp_ipv6.c
2359
static struct pernet_operations tcpv6_net_ops = {
net/ipv6/udplite.c
125
static struct pernet_operations udplite6_net_ops = {
net/ipv6/xfrm6_policy.c
274
static struct pernet_operations xfrm6_net_ops = {
net/ipv6/xfrm6_tunnel.c
347
static struct pernet_operations xfrm6_tunnel_net_ops = {
net/kcm/kcmproc.c
372
static struct pernet_operations kcm_net_ops = {
net/kcm/kcmsock.c
1875
static struct pernet_operations kcm_net_ops = {
net/key/af_key.c
3908
static struct pernet_operations pfkey_net_ops = {
net/l2tp/l2tp_core.c
1908
static struct pernet_operations l2tp_net_ops = {
net/l2tp/l2tp_ip.c
680
static struct pernet_operations l2tp_ip_net_ops = {
net/l2tp/l2tp_ip6.c
812
static struct pernet_operations l2tp_ip6_net_ops = {
net/l2tp/l2tp_ppp.c
1620
static struct pernet_operations pppol2tp_net_ops = {
net/mctp/neigh.c
324
static struct pernet_operations mctp_net_ops = {
net/mctp/route.c
1751
static struct pernet_operations mctp_net_ops = {
net/mpls/af_mpls.c
2815
static struct pernet_operations mpls_net_ops = {
net/mptcp/ctrl.c
564
static struct pernet_operations mptcp_pernet_ops = {
net/mptcp/pm_kernel.c
1606
static struct pernet_operations mptcp_pm_pernet_ops = {
net/netfilter/core.c
800
static struct pernet_operations netfilter_net_ops = {
net/netfilter/ipset/ip_set_core.c
2406
static struct pernet_operations ip_set_net_ops = {
net/netfilter/ipvs/ip_vs_core.c
2372
static struct pernet_operations ipvs_core_ops = {
net/netfilter/ipvs/ip_vs_core.c
2379
static struct pernet_operations ipvs_core_dev_ops = {
net/netfilter/ipvs/ip_vs_ftp.c
614
static struct pernet_operations ip_vs_ftp_ops = {
net/netfilter/ipvs/ip_vs_lblc.c
602
static struct pernet_operations ip_vs_lblc_ops = {
net/netfilter/ipvs/ip_vs_lblcr.c
787
static struct pernet_operations ip_vs_lblcr_ops = {
net/netfilter/nf_conntrack_netlink.c
3864
static struct pernet_operations ctnetlink_net_ops = {
net/netfilter/nf_conntrack_standalone.c
1135
static struct pernet_operations nf_conntrack_net_ops = {
net/netfilter/nf_flow_table_core.c
807
static struct pernet_operations nf_flow_table_net_ops = {
net/netfilter/nf_hooks_lwtunnel.c
106
static struct pernet_operations nf_lwtunnel_net_ops = {
net/netfilter/nf_log.c
592
static struct pernet_operations nf_log_net_ops = {
net/netfilter/nf_log_syslog.c
1012
static struct pernet_operations nf_log_syslog_net_ops = {
net/netfilter/nf_nat_core.c
1303
static struct pernet_operations nat_net_ops = {
net/netfilter/nf_synproxy_core.c
376
static struct pernet_operations synproxy_net_ops = {
net/netfilter/nf_tables_api.c
12095
static struct pernet_operations nf_tables_net_ops = {
net/netfilter/nfnetlink.c
796
static struct pernet_operations nfnetlink_net_ops = {
net/netfilter/nfnetlink_acct.c
523
static struct pernet_operations nfnl_acct_ops = {
net/netfilter/nfnetlink_cttimeout.c
618
static struct pernet_operations cttimeout_ops = {
net/netfilter/nfnetlink_log.c
1153
static struct pernet_operations nfnl_log_net_ops = {
net/netfilter/nfnetlink_queue.c
1835
static struct pernet_operations nfnl_queue_net_ops = {
net/netfilter/x_tables.c
2001
static struct pernet_operations xt_net_ops = {
net/netfilter/xt_RATEEST.c
220
static struct pernet_operations xt_rateest_net_ops = {
net/netfilter/xt_TEE.c
182
static struct pernet_operations tee_net_ops = {
net/netfilter/xt_hashlimit.c
1287
static struct pernet_operations hashlimit_net_ops = {
net/netfilter/xt_recent.c
687
static struct pernet_operations recent_net_ops = {
net/netlink/af_netlink.c
257
static struct pernet_operations netlink_tap_net_ops = {
net/netlink/af_netlink.c
2865
static struct pernet_operations __net_initdata netlink_net_ops = {
net/netlink/genetlink.c
1905
static struct pernet_operations genl_pernet_ops = {
net/openvswitch/datapath.c
2733
static struct pernet_operations ovs_net_ops = {
net/packet/af_packet.c
4768
static struct pernet_operations packet_net_ops = {
net/phonet/pn_dev.c
343
static struct pernet_operations phonet_net_ops = {
net/rds/loop.c
222
static struct pernet_operations rds_loop_net_ops = {
net/rds/tcp.c
645
static struct pernet_operations rds_tcp_net_ops = {
net/rxrpc/ar-internal.h
1346
extern struct pernet_operations rxrpc_net_ops;
net/rxrpc/net_ns.c
119
struct pernet_operations rxrpc_net_ops = {
net/sched/act_api.c
1018
struct pernet_operations *ops)
net/sched/act_api.c
1063
struct pernet_operations *ops)
net/sched/act_bpf.c
416
static struct pernet_operations bpf_net_ops = {
net/sched/act_connmark.c
263
static struct pernet_operations connmark_net_ops = {
net/sched/act_csum.c
730
static struct pernet_operations csum_net_ops = {
net/sched/act_ct.c
1658
static struct pernet_operations ct_net_ops = {
net/sched/act_ctinfo.c
383
static struct pernet_operations ctinfo_net_ops = {
net/sched/act_gact.c
313
static struct pernet_operations gact_net_ops = {
net/sched/act_gate.c
763
static struct pernet_operations gate_net_ops = {
net/sched/act_ife.c
905
static struct pernet_operations ife_net_ops = {
net/sched/act_mirred.c
667
static struct pernet_operations mirred_net_ops = {
net/sched/act_mpls.c
466
static struct pernet_operations mpls_net_ops = {
net/sched/act_nat.c
340
static struct pernet_operations nat_net_ops = {
net/sched/act_pedit.c
637
static struct pernet_operations pedit_net_ops = {
net/sched/act_police.c
517
static struct pernet_operations police_net_ops = {
net/sched/act_sample.c
345
static struct pernet_operations sample_net_ops = {
net/sched/act_simple.c
225
static struct pernet_operations simp_net_ops = {
net/sched/act_skbedit.c
445
static struct pernet_operations skbedit_net_ops = {
net/sched/act_skbmod.c
302
static struct pernet_operations skbmod_net_ops = {
net/sched/act_tunnel_key.c
857
static struct pernet_operations tunnel_key_net_ops = {
net/sched/act_vlan.c
443
static struct pernet_operations vlan_net_ops = {
net/sched/cls_api.c
4083
static struct pernet_operations tcf_net_ops = {
net/sched/sch_api.c
2476
static struct pernet_operations psched_net_ops = {
net/sctp/protocol.c
1433
static struct pernet_operations sctp_defaults_ops = {
net/sctp/protocol.c
1456
static struct pernet_operations sctp_ctrlsock_ops = {
net/smc/af_smc.c
3438
static struct pernet_operations smc_net_ops = {
net/smc/af_smc.c
3445
static struct pernet_operations smc_net_stat_ops = {
net/sunrpc/auth_gss/auth_gss.c
2250
static struct pernet_operations rpcsec_gss_net_ops = {
net/sunrpc/sunrpc_syms.c
80
static struct pernet_operations sunrpc_net_ops = {
net/sysctl_net.c
89
static struct pernet_operations sysctl_pernet_ops = {
net/tipc/core.c
130
static struct pernet_operations tipc_pernet_pre_exit_ops = {
net/tipc/core.c
134
static struct pernet_operations tipc_net_ops = {
net/tipc/core.c
141
static struct pernet_operations tipc_topsrv_net_ops = {
net/tls/tls_main.c
1225
static struct pernet_operations tls_proc_ops = {
net/unix/af_unix.c
3840
static struct pernet_operations unix_net_ops = {
net/vmw_vsock/af_vsock.c
2949
static struct pernet_operations vsock_sysctl_ops = {
net/wireless/core.c
1709
static struct pernet_operations cfg80211_pernet_ops = {
net/wireless/wext-core.c
391
static struct pernet_operations wext_pernet_ops = {
net/xdp/xsk.c
1925
static struct pernet_operations xsk_net_ops = {
net/xfrm/xfrm_interface_core.c
970
static struct pernet_operations xfrmi_net_ops = {
net/xfrm/xfrm_policy.c
4369
static struct pernet_operations __net_initdata xfrm_net_ops = {
net/xfrm/xfrm_user.c
4259
static struct pernet_operations xfrm_user_net_ops = {
security/apparmor/lsm.c
2424
static struct pernet_operations apparmor_net_ops = {
security/selinux/hooks.c
7846
static struct pernet_operations selinux_net_ops = {
security/smack/smack_netfilter.c
66
static struct pernet_operations smack_net_ops = {