Searched refs:vnet0 (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dnetdevice.h51 #define init_net *vnet0
/freebsd-13-stable/sys/net/
H A Dvnet.h241 extern struct vnet *vnet0;
242 #define IS_DEFAULT_VNET(arg) ((arg) == vnet0)
H A Dif_clone.c194 CURVNET_SET_QUIET(vnet0);
277 CURVNET_SET_QUIET(vnet0);
H A Dvnet.c107 struct vnet *vnet0; variable in typeref:struct:vnet
329 curvnet = prison0.pr_vnet = vnet0 = vnet_alloc();
H A Ddebugnet.c664 CURVNET_SET(vnet0);
1021 CURVNET_SET(vnet0);
H A Dnetisr.c223 * netisr_unregister() will disable all active VNETs, including vnet0.
460 * Test that we are in vnet0 and have a curvnet set.
463 KASSERT(IS_DEFAULT_VNET(curvnet), ("%s: curvnet %p is not vnet0 %p",
464 __func__, curvnet, vnet0)); local
/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_intf.c66 CURVNET_SET_QUIET(vnet0);
/freebsd-13-stable/sys/net/route/
H A Droute_ddb.c248 CURVNET_SET(vnet0);
/freebsd-13-stable/sys/netinet/netdump/
H A Dnetdump_client.c420 CURVNET_SET(vnet0);
/freebsd-13-stable/sys/dev/usb/net/
H A Dusb_ethernet.c225 CURVNET_SET_QUIET(vnet0);
/freebsd-13-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.c723 CURVNET_SET_QUIET(vnet0);
/freebsd-13-stable/sys/kern/
H A Dsubr_bus.c2911 CURVNET_SET_QUIET(vnet0);

Completed in 231 milliseconds