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

12

/linux-master/net/tipc/
H A Dcore.c160 err = register_pernet_device(&tipc_net_ops);
168 err = register_pernet_device(&tipc_topsrv_net_ops);
/linux-master/net/ipv6/ila/
H A Dila_main.c90 ret = register_pernet_device(&ila_net_ops);
/linux-master/net/rds/
H A Dloop.c228 return register_pernet_device(&rds_loop_net_ops);
H A Dtcp.c735 ret = register_pernet_device(&rds_tcp_net_ops);
/linux-master/fs/afs/
H A Dmain.c187 ret = register_pernet_device(&afs_net_ops);
/linux-master/net/ieee802154/
H A Dcore.c367 rc = register_pernet_device(&cfg802154_pernet_ops);
/linux-master/include/net/
H A Dnet_namespace.h434 * register_pernet_device() and unregister_pernet_device().
479 int register_pernet_device(struct pernet_operations *);
/linux-master/drivers/net/wireguard/
H A Ddevice.c446 ret = register_pernet_device(&pernet_ops);
/linux-master/net/ipv4/
H A Dip_gre.c1747 err = register_pernet_device(&ipgre_net_ops);
1751 err = register_pernet_device(&ipgre_tap_net_ops);
1755 err = register_pernet_device(&erspan_net_ops);
H A Dipip.c615 err = register_pernet_device(&ipip_net_ops);
H A Dip_vti.c654 err = register_pernet_device(&vti_net_ops);
H A Dfou_core.c1231 ret = register_pernet_device(&fou_net_ops);
/linux-master/net/core/
H A Dnet_namespace.c1377 * register_pernet_device - register a network namespace device
1395 int register_pernet_device(struct pernet_operations *ops) function
1405 EXPORT_SYMBOL_GPL(register_pernet_device); variable
/linux-master/drivers/net/ppp/
H A Dpppoe.c1179 err = register_pernet_device(&pppoe_net_ops);
/linux-master/net/rxrpc/
H A Daf_rxrpc.c1049 ret = register_pernet_device(&rxrpc_net_ops);
/linux-master/net/l2tp/
H A Dl2tp_core.c1690 rc = register_pernet_device(&l2tp_net_ops);
H A Dl2tp_ppp.c1691 err = register_pernet_device(&pppol2tp_net_ops);
/linux-master/net/ipv6/
H A Dip6_vti.c1260 err = register_pernet_device(&vti6_net_ops);
H A Dsit.c1910 err = register_pernet_device(&sit_net_ops);
H A Dip6_tunnel.c2310 err = register_pernet_device(&ip6_tnl_net_ops);
/linux-master/net/xfrm/
H A Dxfrm_interface_core.c1190 err = register_pernet_device(&xfrmi_net_ops);
/linux-master/net/wireless/
H A Dcore.c1698 err = register_pernet_device(&cfg80211_pernet_ops);
/linux-master/net/kcm/
H A Dkcmsock.c1898 err = register_pernet_device(&kcm_net_ops);
/linux-master/net/openvswitch/
H A Ddatapath.c2745 err = register_pernet_device(&ovs_net_ops);
/linux-master/net/netfilter/ipvs/
H A Dip_vs_core.c2408 ret = register_pernet_device(&ipvs_core_dev_ops);

Completed in 399 milliseconds

12