Searched refs:so_vnet (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/sys/netinet/
H A Dsctp_syscalls.c154 CURVNET_SET(head->so_vnet);
286 CURVNET_SET(so->so_vnet);
413 CURVNET_SET(so->so_vnet);
541 CURVNET_SET(so->so_vnet);
H A Dsctp_input.c2804 CURVNET_SET(oso->so_vnet);
/freebsd-11-stable/sys/kern/
H A Duipc_socket.c407 so->so_vnet = vnet;
442 VNET_ASSERT(so->so_vnet != NULL, ("%s:%d so_vnet is NULL, so=%p",
444 so->so_vnet->vnet_sockcnt--;
530 CURVNET_SET(so->so_vnet);
590 VNET_ASSERT(head->so_vnet != NULL, ("%s:%d so_vnet is NULL, head=%p",
592 so = soalloc(head->so_vnet);
689 CURVNET_SET(so->so_vnet);
700 CURVNET_SET(so->so_vnet);
[all...]
H A Dsys_socket.c250 CURVNET_SET(so->so_vnet);
254 CURVNET_SET(so->so_vnet);
349 CURVNET_SET(so->so_vnet);
680 CURVNET_SET(so->so_vnet);
H A Dkern_sendfile.c292 CURVNET_SET(so->so_vnet);
834 CURVNET_SET(so->so_vnet);
H A Duipc_syscalls.c1584 CURVNET_SET(so->so_vnet);
1687 CURVNET_SET(so->so_vnet);
H A Duipc_usrreq.c1406 CURVNET_SET(so2->so_vnet);
2411 CURVNET_SET(so->so_vnet);
/freebsd-11-stable/sys/netsmb/
H A Dsmb_trantcp.c90 CURVNET_SET(so->so_vnet);
307 CURVNET_SET(so->so_vnet);
394 CURVNET_SET(so->so_vnet);
/freebsd-11-stable/sys/rpc/
H A Drpc_generic.c193 CURVNET_SET(so->so_vnet);
706 CURVNET_SET(so->so_vnet);
796 CURVNET_SET(so->so_vnet);
H A Dsvc_dg.c127 CURVNET_SET(so->so_vnet);
H A Dsvc_vc.c153 CURVNET_SET(so->so_vnet);
172 CURVNET_SET(so->so_vnet);
256 CURVNET_SET(so->so_vnet);
/freebsd-11-stable/sys/sys/
H A Dsocketvar.h80 struct vnet *so_vnet; /* (a) network stack instance */ member in struct:socket
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_legacy.c417 so.so_vnet = ifp->if_vnet;
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_connect.c380 toep->vnet = so->so_vnet;
H A Dt4_listen.c223 lctx->vnet = inp->inp_socket->so_vnet;
1568 MPASS(so->so_vnet == lctx->vnet);
H A Dt4_tls.c1580 MPASS(toep->vnet == so->so_vnet);
H A Dt4_ddp.c547 MPASS(toep->vnet == so->so_vnet);
H A Dt4_cpl_io.c1617 MPASS(toep->vnet == so->so_vnet);
/freebsd-11-stable/sys/net/
H A Dif.c2970 CURVNET_SET(so->so_vnet);
2973 shutdown = (so->so_vnet->vnet_state > SI_SUB_VNET &&
2974 so->so_vnet->vnet_state < SI_SUB_VNET_DONE) ? 1 : 0;
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_sco.c484 CURVNET_SET(pcb->so->so_vnet);
H A Dng_btsocket_l2cap.c627 CURVNET_SET(pcb->so->so_vnet);
H A Dng_btsocket_rfcomm.c1175 CURVNET_SET(pcb->so->so_vnet);
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c2896 CURVNET_SET(ep->com.so->so_vnet);

Completed in 254 milliseconds