Searched refs:vnet (Results 176 - 200 of 250) sorted by relevance

12345678910

/freebsd-11-stable/sys/netinet/
H A Dip_icmp.c53 #include <net/vnet.h>
H A Dtcp_sack.c100 #include <net/vnet.h>
H A Dip_input.c66 #include <net/vnet.h>
H A Digmp.c76 #include <net/vnet.h>
186 * to a vnet in ifp->if_vnet.
484 * VIMAGE: Assumes the vnet pointer has been set.
1635 * Fast timeout handler (per-vnet).
2173 * Per-vnet slowtimo handler.
3392 * VIMAGE: Needs to store/restore vnet pointer on a per-mbuf-chain basis.
3413 CURVNET_SET((struct vnet *)(m->m_pkthdr.PH_loc.ptr));
3475 * We must restore the existing vnet pointer before
H A Dif_ether.c63 #include <net/vnet.h>
H A Din.c61 #include <net/vnet.h>
H A Dtcp_output.c56 #include <net/vnet.h>
/freebsd-11-stable/sys/netipsec/
H A Dipsec.c61 #include <net/vnet.h>
/freebsd-11-stable/sys/netinet6/
H A Draw_ip6.c88 #include <net/vnet.h>
H A Dip6_input.c99 #include <net/vnet.h>
/freebsd-11-stable/sys/net/
H A Dif_tun.c55 #include <net/vnet.h>
H A Dif_epair.c75 #include <net/vnet.h>
916 * interfaces may reside in a different vnet, we need to
H A Dif.c80 #include <net/vnet.h>
266 static void if_vmove(struct ifnet *, struct vnet *);
672 * tasks, given that we are moving from one vnet to another an ifnet which
992 * one vnet to another, where it must be fully operational.
1008 * that is moving an interface to a different vnet instance.
1011 * process of shutting down a vnet instance. Currently only the
1013 * on a vnet instance shutdown without this flag being set, e.g., when
1196 * vnet and if_attach()es the ifnet to the vnet specified as 2nd arg.
1197 * An attempt is made to shrink if_index in current vnet, fin
[all...]
H A Dif_ipsec.c60 #include <net/vnet.h>
/freebsd-11-stable/sys/sys/
H A Dproc.h337 struct vnet *td_vnet; /* (k) Effective vnet. */
338 const char *td_vnet_lpush; /* (k) Debugging vnet push / pop. */
/freebsd-11-stable/sys/rpc/
H A Dclnt_dg.c59 #include <net/vnet.h>
/freebsd-11-stable/lib/libkvm/
H A Dkvm.c53 #include <net/vnet.h>
/freebsd-11-stable/share/man/man9/
H A DMakefile371 vnet.9 \
2016 MLINKS+=vnet.9 vimage.9
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c55 #include <net/vnet.h>
H A Dng_btsocket_sco.c54 #include <net/vnet.h>
/freebsd-11-stable/sys/netgraph/
H A Dnetgraph.h372 struct vnet *nd_vnet; /* network stack instance */
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
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.
H A Dip_proxy.c59 #include <net/vnet.h>
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c2599 struct vnet *vnet = rdma_id->route.addr.dev_addr.net; local
2647 CURVNET_SET(vnet);
/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...]

Completed in 234 milliseconds

12345678910