Searched refs:vnet (Results 51 - 75 of 250) sorted by relevance

12345678910

/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket.c49 #include <net/vnet.h>
/freebsd-11-stable/sys/netinet/cc/
H A Dcc.c66 #include <net/vnet.h>
H A Dcc_vegas.c70 #include <net/vnet.h>
/freebsd-11-stable/sys/netinet/
H A Din_fib.c52 #include <net/vnet.h>
H A Din_gif.c54 #include <net/vnet.h>
H A Dip_id.c89 #include <net/vnet.h>
H A Dip_var.h135 #include <net/vnet.h>
/freebsd-11-stable/sys/netinet6/
H A Din6_fib.c53 #include <net/vnet.h>
H A Din6_gif.c56 #include <net/vnet.h>
H A Din6_rmx.c195 CURVNET_SET_QUIET((struct vnet *) rock);
H A Dsend.c48 #include <net/vnet.h>
H A Dip6_fastfwd.c44 #include <net/vnet.h>
/freebsd-11-stable/sys/rpc/
H A Dsvc_dg.c59 #include <net/vnet.h>
H A Dsvc_generic.c62 #include <net/vnet.h>
/freebsd-11-stable/sys/net/
H A Dbridgestp.h362 struct vnet *bs_vnet;
H A Dnetisr.c96 #include <net/vnet.h>
223 * mechanism to stop netisr processing for vnet teardown.
682 netisr_drain_proto_vnet(struct vnet *vnet, u_int proto) argument
689 KASSERT(vnet != NULL, ("%s: vnet is NULL", __func__));
703 * matching the given vnet are freed.
711 if (mp->m_pkthdr.rcvif->if_vnet != vnet) {
720 /* This is a packet in the selected vnet. Free it. */
/freebsd-11-stable/sys/dev/wtap/plugins/
H A Dvisibility.c64 #include <net/vnet.h>
/freebsd-11-stable/sys/netpfil/pf/
H A Dif_pflog.c59 #include <net/vnet.h>
H A Dpf_if.c51 #include <net/vnet.h>
869 CURVNET_SET((struct vnet *)arg);
884 CURVNET_SET((struct vnet *)arg);
908 CURVNET_SET((struct vnet *)arg);
/freebsd-11-stable/sys/netpfil/ipfw/pmod/
H A Dtcpmod.c45 #include <net/vnet.h>
/freebsd-11-stable/sys/netipsec/
H A Dudpencap.c52 #include <net/vnet.h>
H A Dipsec_mbuf.c41 #include <net/vnet.h>
/freebsd-11-stable/sys/kern/
H A Dsubr_trap.c80 #include <net/vnet.h>
187 ("%s: Returning on td %p (pid %d, %s) with vnet %p set in %s",
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_rules.c32 #include <net/vnet.h>
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_listen.c223 lctx->vnet = inp->inp_socket->so_vnet;
1267 CURVNET_SET(lctx->vnet); /* before any potential REJECT */
1312 * vnet as the listening socket.
1314 if (lctx->vnet != ifp->if_vnet)
1513 CURVNET_SET(lctx->vnet);
1544 toep->vnet = lctx->vnet;
1568 MPASS(so->so_vnet == lctx->vnet);

Completed in 227 milliseconds

12345678910