Searched refs:vnet (Results 101 - 125 of 250) sorted by relevance

12345678910

/freebsd-11-stable/sys/net/
H A Dif_ethersubr.c73 #include <net/vnet.h>
122 static void ether_reassign(struct ifnet *, struct vnet *, char *);
997 ether_reassign(struct ifnet *ifp, struct vnet *new_vnet, char *unused __unused)
1397 /* If each (vnet) jail would also have a unique hostuuid this would not
H A Difq.h39 #include <net/vnet.h>
H A Dif_enc.c57 #include <net/vnet.h>
/freebsd-11-stable/sys/netinet/
H A Dsctp_structs.h54 void *vnet; member in struct:sctp_timer
114 struct vnet *vn;
137 struct vnet *vn;
H A Dsctp_os_bsd.h73 #include <net/vnet.h>
H A Dtcp_syncache.c67 #include <net/vnet.h>
263 V_tcp_syncache.vnet = curvnet;
441 CURVNET_SET(sch->sch_sc->vnet);
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cma.c137 static struct cma_pernet *cma_pernet_ptr(struct vnet *vnet) argument
141 CURVNET_SET_QUIET(vnet);
148 static struct idr *cma_pernet_idr(struct vnet *net, enum rdma_port_space ps)
190 static int cma_ps_alloc(struct vnet *vnet, enum rdma_port_space ps, argument
193 struct idr *idr = cma_pernet_idr(vnet, ps);
198 static struct rdma_bind_list *cma_ps_find(struct vnet *net,
206 static void cma_ps_remove(struct vnet *net, enum rdma_port_space ps, int snum)
732 struct rdma_cm_id *rdma_create_id(struct vnet *ne
[all...]
/freebsd-11-stable/sys/netinet/khelp/
H A Dh_ertt.c52 #include <net/vnet.h>
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_ruleset.c54 #include <net/vnet.h>
/freebsd-11-stable/sys/nfs/
H A Dnfs_diskless.c53 #include <net/vnet.h>
/freebsd-11-stable/sys/kern/
H A Dkern_uuid.c45 #include <net/vnet.h>
H A Duipc_domain.c47 #include <net/vnet.h>
/freebsd-11-stable/etc/rc.d/
H A Djail208 echo " vnet;"
209 extract_var $_jv vnet_interface vnet.interface @ ""
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.h225 struct vnet *vp;
/freebsd-11-stable/sys/netinet/cc/
H A Dcc_chd.c68 #include <net/vnet.h>
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_pfil.c52 #include <net/vnet.h>
H A Dip_fw_log.c50 #include <net/vnet.h>
H A Dip_dn_io.c52 #include <net/vnet.h>
664 CURVNET_SET((struct vnet *)context);
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_tls.c1561 CURVNET_SET(toep->vnet);
1580 MPASS(toep->vnet == so->so_vnet);
1581 CURVNET_SET(toep->vnet);
/freebsd-11-stable/sys/netinet6/
H A Dnd6.c65 #include <net/vnet.h>
909 CURVNET_SET((struct vnet *) arg);
2144 CURVNET_SET((struct vnet *) arg);
/freebsd-11-stable/sys/netgraph/
H A Dng_eiface.c50 #include <net/vnet.h>
617 * the ifnet may be in a different vnet than the netgraph node,
618 * hence we have to change the current vnet context here.
H A Dng_ether.c68 #include <net/vnet.h>
H A Dng_iface.c80 #include <net/vnet.h>
750 * The ifnet may be in a different vnet than the netgraph node,
751 * hence we have to change the current vnet context here.
/freebsd-11-stable/sys/netsmb/
H A Dsmb_trantcp.c49 #include <net/vnet.h>
/freebsd-11-stable/sys/rpc/
H A Dclnt_bck.c80 #include <net/vnet.h>

Completed in 409 milliseconds

12345678910