Searched refs:vnet (Results 1 - 25 of 250) sorted by last modified time

12345678910

/freebsd-11-stable/sys/netinet/
H A Dip_input.c66 #include <net/vnet.h>
H A Dtcp_hostcache.c86 #include <net/vnet.h>
725 CURVNET_SET((struct vnet *) arg);
H A Dtcp_output.c56 #include <net/vnet.h>
H A Dtcp_timewait.c61 #include <net/vnet.h>
H A Dtcp_syncache.c67 #include <net/vnet.h>
263 V_tcp_syncache.vnet = curvnet;
441 CURVNET_SET(sch->sch_sc->vnet);
H A Dtcp_input.c80 #include <net/vnet.h>
H A Din.c61 #include <net/vnet.h>
/freebsd-11-stable/sys/netgraph/
H A Dng_base.c69 #include <net/vnet.h>
137 NULL, /* vnet */
/freebsd-11-stable/sys/netinet6/
H A Dnd6.c65 #include <net/vnet.h>
909 CURVNET_SET((struct vnet *) arg);
2144 CURVNET_SET((struct vnet *) arg);
H A Dicmp6.c94 #include <net/vnet.h>
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_proxy.c59 #include <net/vnet.h>
H A Dmlfk_ipl.c29 # include <net/vnet.h>
353 * In the VIMAGE case kern_sysctl.c already adds the vnet base address given
H A Dip_rules.c32 #include <net/vnet.h>
H A Dip_fil_freebsd.c52 #include <net/vnet.h>
100 * events before the firewall is fully initiallized and also no vnet
104 * for it to deal with the ifc and the correct vnet.
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib.h68 #include <net/vnet.h>
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap.c443 #include <net/vnet.h>
2720 /* Get vnet-header length for this netmap port */
/freebsd-11-stable/lib/libkvm/
H A Dkvm.c53 #include <net/vnet.h>
/freebsd-11-stable/sys/kern/
H A Dkern_jail.c66 #include <net/vnet.h>
176 { "vnet", 0, PR_VNET },
650 vfs_opterror(opts, "vnet cannot be changed after creation");
867 "vnet jails cannot have IP address restrictions");
1290 /* Allocate a new vnet if specified. */
1322 "vnet jails cannot have IP address restrictions");
2969 * its vnet rather than having it inherited.
2971 * Returns 1 in case the prison owns the vnet, 0 otherwise.
3597 SYSCTL_PROC(_security_jail, OID_AUTO, vnet,
3786 SYSCTL_JAIL_PARAM(, vnet, CTLTYPE_IN
[all...]
H A Dkern_descrip.c83 #include <net/vnet.h>
/freebsd-11-stable/sys/sys/
H A Djail.h166 struct vnet *pr_vnet; /* (c) network stack */
/freebsd-11-stable/sys/netipsec/
H A Dxform_ipcomp.c53 #include <net/vnet.h>
257 xd->vnet = curvnet;
292 CURVNET_SET(xd->vnet);
503 xd->vnet = curvnet;
542 CURVNET_SET(xd->vnet);
H A Dxform_esp.c56 #include <net/vnet.h>
425 xd->vnet = curvnet;
485 CURVNET_SET(xd->vnet);
879 xd->vnet = curvnet;
923 CURVNET_SET(xd->vnet);
H A Dxform_ah.c54 #include <net/vnet.h>
690 xd->vnet = curvnet;
720 CURVNET_SET(xd->vnet);
1071 xd->vnet = curvnet;
1099 CURVNET_SET(xd->vnet);
H A Dipsec_mbuf.c41 #include <net/vnet.h>
/freebsd-11-stable/sys/net/
H A Dif_ipsec.c60 #include <net/vnet.h>

Completed in 244 milliseconds

12345678910