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

/freebsd-10.0-release/sys/kern/
H A Dsys_socket.c214 CURVNET_SET(so->so_vnet);
218 CURVNET_SET(so->so_vnet);
H A Duipc_socket.c348 so->so_vnet = vnet;
370 VNET_ASSERT(so->so_vnet != NULL, ("%s:%d so_vnet is NULL, so=%p",
372 so->so_vnet->vnet_sockcnt--;
457 CURVNET_SET(so->so_vnet);
505 VNET_ASSERT(head->so_vnet != NULL, ("%s:%d so_vnet is NULL, head=%p",
507 so = soalloc(head->so_vnet);
604 CURVNET_SET(so->so_vnet);
615 CURVNET_SET(so->so_vnet);
[all...]
H A Duipc_syscalls.c1632 CURVNET_SET(so->so_vnet);
1735 CURVNET_SET(so->so_vnet);
2494 CURVNET_SET(so->so_vnet);
2618 CURVNET_SET(head->so_vnet);
2746 CURVNET_SET(so->so_vnet);
2869 CURVNET_SET(so->so_vnet);
2997 CURVNET_SET(so->so_vnet);
H A Duipc_usrreq.c1354 CURVNET_SET(so2->so_vnet);
2289 CURVNET_SET(so->so_vnet);
H A Dkern_descrip.c2649 CURVNET_SET(so->so_vnet);
/freebsd-10.0-release/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-10.0-release/sys/rpc/
H A Dsvc_dg.c128 CURVNET_SET(so->so_vnet);
H A Drpc_generic.c194 CURVNET_SET(so->so_vnet);
/freebsd-10.0-release/sys/sys/
H A Dsocketvar.h79 struct vnet *so_vnet; /* network stack instance */ member in struct:socket
/freebsd-10.0-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_sco.c484 CURVNET_SET(pcb->so->so_vnet);
H A Dng_btsocket_l2cap.c599 CURVNET_SET(pcb->so->so_vnet);
H A Dng_btsocket_rfcomm.c1170 CURVNET_SET(pcb->so->so_vnet);
/freebsd-10.0-release/sys/dev/netmap/
H A Dnetmap.c1865 so.so_vnet = ifp->if_vnet;
/freebsd-10.0-release/sys/net/
H A Dif.c2463 CURVNET_SET(so->so_vnet);
/freebsd-10.0-release/sys/netinet/
H A Dsctp_input.c2761 CURVNET_SET(oso->so_vnet);

Completed in 349 milliseconds