Home
last modified time | relevance | path

Searched refs:IPX_LOCK (Results 1 – 5 of 5) sorted by relevance

/trueos/sys/netipx/
HDspx_usrreq.c265 IPX_LOCK(ipxp); in spx_input()
893 IPX_LOCK(ipxp); in spx_ctloutput()
899 IPX_LOCK(ipxp); in spx_ctloutput()
967 IPX_LOCK(ipxp); in spx_ctloutput()
992 IPX_LOCK(ipxp); in spx_ctloutput()
1012 IPX_LOCK(ipxp); in spx_ctloutput()
1043 IPX_LOCK(ipxp); in spx_usr_abort()
1066 IPX_LOCK(ipxp); in spx_accept()
1161 IPX_LOCK(ipxp); in spx_bind()
1186 IPX_LOCK(ipxp); in spx_usr_close()
[all …]
HDipx_usrreq.c390 IPX_LOCK(ipxp); in ipx_ctloutput()
432 IPX_LOCK(ipxp); in ipx_ctloutput()
490 IPX_LOCK(ipxp); in ipx_bind()
513 IPX_LOCK(ipxp); in ipx_connect()
535 IPX_LOCK(ipxp); in ipx_detach()
549 IPX_LOCK(ipxp); in ipx_disconnect()
593 IPX_LOCK(ipxp); in ipx_send()
611 IPX_LOCK(ipxp); in ipx_send()
HDipx_input.c199 IPX_LOCK(ipxp); in ipxintr()
317 IPX_LOCK(ipxp); in ipxintr()
322 IPX_LOCK(ipxp); in ipxintr()
HDipx_pcb.c366 IPX_LOCK(ipxp); in ipx_getsockaddr()
381 IPX_LOCK(ipxp); in ipx_getpeeraddr()
HDipx_pcb.h145 #define IPX_LOCK(ipx) mtx_lock(&(ipx)->ipxp_mtx) macro