Home
last modified time | relevance | path

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

/trueos/sys/netipx/
HDipx_pcb.c113 IPX_LOCK_ASSERT(ipxp); in ipx_pcbbind()
167 IPX_LOCK_ASSERT(ipxp); in ipx_pcbconnect()
324 IPX_LOCK_ASSERT(ipxp); in ipx_pcbdisconnect()
335 IPX_LOCK_ASSERT(ipxp); in ipx_pcbdetach()
348 IPX_LOCK_ASSERT(ipxp); in ipx_pcbfree()
HDspx_usrreq.c204 IPX_LOCK_ASSERT(ipxp); in spx_input()
273 IPX_LOCK_ASSERT(ipxp); in spx_input()
396 IPX_LOCK_ASSERT(ipxp); in spx_input()
419 IPX_LOCK_ASSERT(ipxp); in spx_input()
450 IPX_LOCK_ASSERT(cb->s_ipxpcb); in spx_output()
857 IPX_LOCK_ASSERT(cb->s_ipxpcb); in spx_setpersist()
1141 IPX_LOCK_ASSERT(ipxp); in spx_pcbdetach()
1515 IPX_LOCK_ASSERT(ipxp); in spx_template()
1551 IPX_LOCK_ASSERT(ipxp); in spx_close()
1568 IPX_LOCK_ASSERT(cb->s_ipxpcb); in spx_usrclosed()
[all …]
HDipx_usrreq.c162 IPX_LOCK_ASSERT(ipxp); in ipx_input()
213 IPX_LOCK_ASSERT(ipxp); in ipx_drop()
241 IPX_LOCK_ASSERT(ipxp); in ipx_output()
HDipx_pcb.h147 #define IPX_LOCK_ASSERT(ipx) mtx_assert(&(ipx)->ipxp_mtx, MA_OWNED) macro
HDspx_reass.c138 IPX_LOCK_ASSERT(cb->s_ipxpcb); in spx_reass()