Searched refs:vnet (Results 1 - 25 of 221) sorted by relevance

123456789

/freebsd-11.0-release/share/examples/jails/
H A Djail.xxx.conf14 vnet;
16 vnet.interface = "ng0_xxx"; # vnet interface(s)
20 #vnet.interface = "e0b_xxx"; # vnet interface(s)
/freebsd-11.0-release/sys/net/
H A Dvnet.c37 __FBSDID("$FreeBSD: releng/11.0/sys/net/vnet.c 302054 2016-06-21 13:48:49Z bz $");
66 #include <net/vnet.h>
83 static MALLOC_DEFINE(M_VNET, "vnet", "network stack control block");
105 struct vnet *vnet0;
118 * vnet linker set. These "master" copies of global variables serve two
133 * referred to by vnet->vnet_data_mem. Critical to the design is that each
137 * vnet->vnet_data_base, is stored in each vnet, and is the amount that can
139 * per-vnet instance.
144 * for potential module variables using a per-vnet characte
210 SDT_PROVIDER_DEFINE(vnet); variable
231 struct vnet *vnet; local
270 vnet_destroy(struct vnet *vnet) argument
458 struct vnet *vnet; local
475 struct vnet *vnet; local
544 struct vnet *vnet; local
698 db_vnet_print(struct vnet *vnet) argument
[all...]
H A Dvnet.h35 * $FreeBSD: releng/11.0/sys/net/vnet.h 302054 2016-06-21 13:48:49Z bz $
42 * - Definition of 'struct vnet' and functions and macros to allocate/free/
61 * struct vnet describes a virtualized network stack, and is primarily a
68 struct vnet { struct
69 LIST_ENTRY(vnet) vnet_le; /* all vnets list */
164 struct vnet *vnet_alloc(void);
165 void vnet_destroy(struct vnet *vnet);
188 void vnet_log_recursion(struct vnet *, const char *, int);
192 ("CURVNET_SET at %s:%d %s() curvnet=%p vnet
[all...]
H A Dif_arp.h118 #include <net/vnet.h>
H A Draw_cb.c47 #include <net/vnet.h>
H A Dif_debug.c43 #include <net/vnet.h>
123 db_printf("vnet=%p\n", curvnet);
H A Dif_mib.c42 #include <net/vnet.h>
H A Dif_var.h68 struct vnet;
75 #include <net/vnet.h>
251 struct vnet *if_vnet; /* pointer to network stack instance */
252 struct vnet *if_home_vnet; /* where this ifnet originates from */
277 void (*if_reassign) /* reassign to vnet routine */
278 (struct ifnet *, struct vnet *, char *);
/freebsd-11.0-release/lib/libkvm/
H A Dkvm_vnet.c44 #include <net/vnet.h>
63 struct vnet vnet; local
190 _kvm_err(kd, kd->program, "%s: no vnet", __func__);
193 if (kvm_read(kd, (uintptr_t)prison.pr_vnet, &vnet, sizeof(vnet)) !=
194 sizeof(vnet)) {
195 _kvm_err(kd, kd->program, "%s: vnet", __func__);
198 if (vnet.vnet_magic_n != VNET_MAGIC_N) {
199 _kvm_err(kd, kd->program, "%s: invalid vnet magi
[all...]
/freebsd-11.0-release/sys/netinet6/
H A Dscope6_var.h37 #include <net/vnet.h>
H A Dip6_gre.c50 #include <net/vnet.h>
/freebsd-11.0-release/sys/netinet/
H A Dtcp_syncache.h123 struct vnet *vnet; member in struct:tcp_syncache
H A Dip_ipsec.c49 #include <net/vnet.h>
H A Dtcp_fastopen.c118 #include <net/vnet.h>
141 struct vnet *v;
/freebsd-11.0-release/sys/ddb/
H A Ddb_sym.c41 #include <net/vnet.h>
124 * Validate the virtual network pointer used to interpret per-vnet global
126 * walk the global vnet list to check it's an OK pointer.
148 * Read-only variable reporting the current vnet, which is what we use when
259 struct vnet *vnet; local
262 vnet = db_vnet;
264 vnet = curvnet;
272 *valuep = (db_expr_t)((uintptr_t)value + vnet->vnet_data_base);
/freebsd-11.0-release/tools/regression/ipfw/fwd/
H A Dvimage-fwd.sh189 ljid=`jail -i -c -n lef$$ host.hostname=left.example.net vnet persist`
192 mjid=`jail -i -c -n mid$$ host.hostname=center.example.net vnet persist`
195 rjid=`jail -i -c -n right$$ host.hostname=right.example.net vnet persist`
210 ifconfig ${lmep}a vnet ${ljid}
211 ifconfig ${lmep}b vnet ${mjid}
230 ifconfig ${mrep}a vnet ${mjid}
231 ifconfig ${mrep}b vnet ${rjid}
/freebsd-11.0-release/contrib/flex/
H A Dtables.c287 flex_uint32_t vnet;
290 vnet = htonl (v);
292 rv = fwrite (&vnet, bytes, 1, wr->out);
306 flex_uint16_t vnet;
309 vnet = htons (v);
311 rv = fwrite (&vnet, bytes, 1, wr->out);
286 flex_uint32_t vnet; local
305 flex_uint16_t vnet; local
/freebsd-11.0-release/etc/
H A Drc.shutdown86 if [ `/sbin/sysctl -n security.jail.vnet` -ne 1 ]; then
H A Drc82 if [ `/sbin/sysctl -n security.jail.vnet` -ne 1 ]; then
/freebsd-11.0-release/sys/netipsec/
H A Dxform_tcp.c50 #include <net/vnet.h>
/freebsd-11.0-release/share/examples/netgraph/
H A Dvirtual.chain224 ifconfig ${EIFACE} vnet ${NODE_NAME}
268 jail -c vnet name=${1} host.hostname=${1} \
H A Dvirtual.lan187 jail -c vnet name=${NODE_NAME} host.hostname=${NODE_NAME} \
217 ifconfig ${EIFACE} vnet ${NODE_NAME}
/freebsd-11.0-release/tools/tools/vimage/
H A Dvimage.c60 int vnet; member in struct:vimage_status
163 if (vst[vst_last].vnet != 1)
239 /* Search for a free ifunit in target vnet. Unsafe. */
257 "vnet", NULL,
336 jailparam_init(&params[psize], "vnet");
337 jailparam_import_raw(&params[psize++], &vs->vnet, sizeof(vs->vnet));
/freebsd-11.0-release/sys/dev/wtap/
H A Dif_wtapvar.h72 #include <net/vnet.h>
/freebsd-11.0-release/sys/compat/svr4/
H A Dsvr4_sockio.c42 #include <net/vnet.h>

Completed in 489 milliseconds

123456789