Searched refs:vnet (Results 26 - 50 of 250) sorted by relevance

12345678910

/freebsd-11-stable/sys/net/
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 *);
H A Dif_disc.c53 #include <net/vnet.h>
H A Dif_edsc.c54 #include <net/vnet.h>
H A Draw_usrreq.c49 #include <net/vnet.h>
/freebsd-11-stable/sys/dev/wtap/
H A Dif_wtapvar.h72 #include <net/vnet.h>
H A Dif_wtap_module.c64 #include <net/vnet.h>
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_sockio.c42 #include <net/vnet.h>
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dip_fw_nat64.c43 #include <net/vnet.h>
/freebsd-11-stable/sys/netinet/
H A Dtcp_fastopen.c118 #include <net/vnet.h>
141 struct vnet *v;
H A Din_rmx.c44 #include <net/vnet.h>
H A Dip_gre.c56 #include <net/vnet.h>
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_addr.h79 struct vnet;
87 struct vnet *net;
H A Drdma_cm.h174 struct rdma_cm_id *rdma_create_id(struct vnet *net,
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_bpf.c43 #include <net/vnet.h>
/freebsd-11-stable/sys/netinet6/
H A Dip6_id.c100 #include <net/vnet.h>
/freebsd-11-stable/sys/compat/cloudabi/
H A Dcloudabi_sock.c42 #include <net/vnet.h>
/freebsd-11-stable/sys/netinet/cc/
H A Dcc_newreno.c63 #include <net/vnet.h>
H A Dcc_hd.c69 #include <net/vnet.h>
/freebsd-11-stable/sys/sys/
H A Dsocketvar.h50 struct vnet;
80 struct vnet *so_vnet; /* (a) network stack instance */
/freebsd-11-stable/sys/netipsec/
H A Dxform_esp.c56 #include <net/vnet.h>
425 xd->vnet = curvnet;
485 CURVNET_SET(xd->vnet);
879 xd->vnet = curvnet;
923 CURVNET_SET(xd->vnet);
H A Dxform_ah.c54 #include <net/vnet.h>
690 xd->vnet = curvnet;
720 CURVNET_SET(xd->vnet);
1071 xd->vnet = curvnet;
1099 CURVNET_SET(xd->vnet);
H A Dxform_ipcomp.c53 #include <net/vnet.h>
257 xd->vnet = curvnet;
292 CURVNET_SET(xd->vnet);
503 xd->vnet = curvnet;
542 CURVNET_SET(xd->vnet);
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_connect.c87 CURVNET_SET(toep->vnet);
122 CURVNET_SET(toep->vnet);
380 toep->vnet = so->so_vnet;

Completed in 202 milliseconds

12345678910