Searched refs:vnet (Results 1 - 25 of 250) sorted by path

12345678910

/freebsd-11-stable/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-stable/etc/
H A Drc82 if [ `/sbin/sysctl -n security.jail.vnet` -ne 1 ]; then
H A Drc.shutdown86 if [ `/sbin/sysctl -n security.jail.vnet` -ne 1 ]; then
/freebsd-11-stable/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-stable/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-stable/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-stable/sys/compat/cloudabi/
H A Dcloudabi_sock.c42 #include <net/vnet.h>
/freebsd-11-stable/sys/compat/linuxkpi/common/include/net/
H A Dip.h47 inet_get_local_port_range(struct vnet *vnet, int *low, int *high) argument
50 CURVNET_SET_QUIET(vnet);
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_sockio.c42 #include <net/vnet.h>
/freebsd-11-stable/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-stable/sys/dev/wtap/
H A Dif_wtap_module.c64 #include <net/vnet.h>
H A Dif_wtapvar.h72 #include <net/vnet.h>
/freebsd-11-stable/sys/dev/wtap/plugins/
H A Dvisibility.c64 #include <net/vnet.h>
/freebsd-11-stable/sys/kern/
H A Dkern_hhook.c52 #include <net/vnet.h>
511 * When a vnet is created and being initialised, init the V_hhook_vhead_list.
518 * points to clean up on vnet tear down, but in case the KPI is misused,
519 * provide a function to clean up and free memory for a vnet being destroyed.
H A Dkern_poll.c48 #include <net/vnet.h>
H A Dkern_sendfile.c56 #include <net/vnet.h>
H A Dkern_uuid.c45 #include <net/vnet.h>
H A Dsys_socket.c66 #include <net/vnet.h>
H A Duipc_domain.c47 #include <net/vnet.h>
/freebsd-11-stable/sys/net/altq/
H A Daltq_subr.c51 #include <net/vnet.h>
/freebsd-11-stable/sys/net/
H A Dbridgestp.h362 struct vnet *bs_vnet;
H A Dflowtable.c65 #include <net/vnet.h>
1172 db_printf("vnet %p\n", vnet_iter);
H A Dif_arp.h118 #include <net/vnet.h>
H A Dif_debug.c43 #include <net/vnet.h>
123 db_printf("vnet=%p\n", curvnet);

Completed in 195 milliseconds

12345678910