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

12345678

/freebsd-10.1-release/sys/net/
H A Dvnet.c67 #include <net/vnet.h>
84 static MALLOC_DEFINE(M_VNET, "vnet", "network stack control block");
106 struct vnet *vnet0;
119 * vnet linker set. These "master" copies of global variables serve two
134 * referred to by vnet->vnet_data_mem. Critical to the design is that each
138 * vnet->vnet_data_base, is stored in each vnet, and is the amount that can
140 * per-vnet instance.
145 * for potential module variables using a per-vnet character array,
212 SDT_PROVIDER_DEFINE(vnet); variable
233 struct vnet *vnet; local
271 vnet_destroy(struct vnet *vnet) argument
458 struct vnet *vnet; local
475 struct vnet *vnet; local
544 struct vnet *vnet; local
[all...]
H A Dvnet.h42 * - 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 */
158 struct vnet *vnet_alloc(void);
159 void vnet_destroy(struct vnet *vnet);
182 void vnet_log_recursion(struct vnet *, const char *, int);
186 ("CURVNET_SET at %s:%d %s() curvnet=%p vnet=%p", \
188 struct vnet *saved_vne
[all...]
H A Dif_arp.h132 #include <net/vnet.h>
H A Dif_debug.c43 #include <net/vnet.h>
113 db_printf("vnet=%p\n", curvnet);
H A Draw_cb.c48 #include <net/vnet.h>
H A Dif_mib.c40 #include <net/vnet.h>
H A Draw_usrreq.c50 #include <net/vnet.h>
/freebsd-10.1-release/lib/libkvm/
H A Dkvm_vnet.c44 #include <net/vnet.h>
64 struct vnet vnet; local
185 _kvm_err(kd, kd->program, "%s: no vnet", __func__);
188 if (kvm_read(kd, (uintptr_t)prison.pr_vnet, &vnet, sizeof(vnet)) !=
189 sizeof(vnet)) {
190 _kvm_err(kd, kd->program, "%s: vnet", __func__);
193 if (vnet.vnet_magic_n != VNET_MAGIC_N) {
194 _kvm_err(kd, kd->program, "%s: invalid vnet magi
[all...]
/freebsd-10.1-release/sys/netinet6/
H A Dscope6_var.h37 #include <net/vnet.h>
/freebsd-10.1-release/sys/netinet/
H A Dtcp_syncache.h122 struct vnet *vnet; member in struct:tcp_syncache
H A Din_rmx.c44 #include <net/vnet.h>
239 CURVNET_SET((struct vnet *) rock);
/freebsd-10.1-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-10.1-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-10.1-release/sys/ddb/
H A Ddb_sym.c39 #include <net/vnet.h>
122 * Validate the virtual network pointer used to interpret per-vnet global
124 * walk the global vnet list to check it's an OK pointer.
146 * Read-only variable reporting the current vnet, which is what we use when
272 struct vnet *vnet; local
275 vnet = db_vnet;
277 vnet = curvnet;
285 *valuep = (db_expr_t)((uintptr_t)value + vnet->vnet_data_base);
/freebsd-10.1-release/etc/
H A Drc.shutdown86 if [ `/sbin/sysctl -n security.jail.vnet` -ne 1 ]; then
H A Drc85 if [ `/sbin/sysctl -n security.jail.vnet` -ne 1 ]; then
/freebsd-10.1-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-10.1-release/sys/netipsec/
H A Dxform_tcp.c51 #include <net/vnet.h>
/freebsd-10.1-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-10.1-release/sys/compat/svr4/
H A Dsvr4_sockio.c41 #include <net/vnet.h>
/freebsd-10.1-release/sys/dev/wtap/
H A Dif_wtap_module.c65 #include <net/vnet.h>
H A Dif_wtapvar.h74 #include <net/vnet.h>
/freebsd-10.1-release/sys/netinet/cc/
H A Dcc_hd.c70 #include <net/vnet.h>
H A Dcc_newreno.c63 #include <net/vnet.h>

Completed in 231 milliseconds

12345678