Home
last modified time | relevance | path

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

/linux/net/tipc/
H A Dcore.c160 err = register_pernet_device(&tipc_net_ops); in tipc_init()
168 err = register_pernet_device(&tipc_topsrv_net_ops); in tipc_init()
/linux/net/ipv6/ila/
H A Dila_main.c96 ret = register_pernet_device(&ila_net_ops); in ila_init()
/linux/net/rds/
H A Dloop.c228 return register_pernet_device(&rds_loop_net_ops); in rds_loop_net_init()
H A Dtcp.c777 ret = register_pernet_device(&rds_tcp_net_ops);
/linux/fs/afs/
H A Dmain.c182 ret = register_pernet_device(&afs_net_ops); in afs_init()
/linux/net/ieee802154/
H A Dcore.c367 rc = register_pernet_device(&cfg802154_pernet_ops); in wpan_phy_class_init()
/linux/include/net/
H A Dnet_namespace.h515 int register_pernet_device(struct pernet_operations *);
/linux/net/ipv4/
H A Dipip.c651 err = register_pernet_device(&ipip_net_ops); in ipip_init()
H A Dip_gre.c1803 err = register_pernet_device(&ipgre_net_ops); in ipgre_init()
1807 err = register_pernet_device(&ipgre_tap_net_ops); in ipgre_init()
1811 err = register_pernet_device(&erspan_net_ops); in ipgre_init()
H A Dip_vti.c669 err = register_pernet_device(&vti_net_ops); in vti_init()
/linux/net/core/
H A Dnet_namespace.c1478 int register_pernet_device(struct pernet_operations *ops) in register_pernet_device() function
1488 EXPORT_SYMBOL_GPL(register_pernet_device);
H A Ddev.c13297 if (register_pernet_device(&loopback_net_ops)) in net_dev_init()
13300 if (register_pernet_device(&default_device_ops)) in net_dev_init()
/linux/net/rxrpc/
H A Daf_rxrpc.c1064 ret = register_pernet_device(&rxrpc_net_ops); in af_rxrpc_init()
/linux/net/xfrm/
H A Dxfrm_interface_core.c1182 err = register_pernet_device(&xfrmi_net_ops); in xfrmi_init()
/linux/net/ipv6/
H A Dip6_vti.c1254 err = register_pernet_device(&vti6_net_ops); in vti6_tunnel_init()
H A Dip6_tunnel.c2382 err = register_pernet_device(&ip6_tnl_net_ops); in ip6_tunnel_init()
H A Dip6_gre.c2336 err = register_pernet_device(&ip6gre_net_ops); in ip6gre_init()
/linux/net/l2tp/
H A Dl2tp_ppp.c1678 err = register_pernet_device(&pppol2tp_net_ops);
H A Dl2tp_core.c1921 rc = register_pernet_device(&l2tp_net_ops); in l2tp_init()
/linux/net/kcm/
H A Dkcmsock.c1900 err = register_pernet_device(&kcm_net_ops); in kcm_init()
/linux/net/wireless/
H A Dcore.c2036 err = register_pernet_device(&cfg80211_pernet_ops); in cfg80211_exit()
/linux/net/netfilter/ipvs/
H A Dip_vs_core.c2587 ret = register_pernet_device(&ipvs_core_dev_ops); in ip_vs_init()
/linux/net/openvswitch/
H A Ddatapath.c2830 err = register_pernet_device(&ovs_net_ops); in dp_init()
/linux/drivers/infiniband/core/
H A Ddevice.c3092 ret = register_pernet_device(&rdma_dev_net_ops); in ib_core_init()
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c