Searched refs:INP_UNLOCK_ASSERT (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/sys/netinet/
H A Din_pcb.h441 #define INP_UNLOCK_ASSERT(inp) rw_assert(&(inp)->inp_lock, RA_UNLOCKED) macro
H A Din_mcast.c1814 INP_UNLOCK_ASSERT(inp);
2795 INP_UNLOCK_ASSERT(inp);
H A Din_pcb.c2190 INP_UNLOCK_ASSERT(inp);
/freebsd-10-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_cpl_io.c1250 INP_UNLOCK_ASSERT(inp); /* safe, we have a ref on the inp */
1303 INP_UNLOCK_ASSERT(inp); /* safe, we have a ref on the inp */
H A Dcxgb_listen.c600 INP_UNLOCK_ASSERT(inp);
/freebsd-10-stable/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c1150 INP_UNLOCK_ASSERT(inp); /* safe, we have a ref on the inp */
1210 INP_UNLOCK_ASSERT(inp); /* safe, we have a ref on the inp */
H A Dt4_listen.c1426 INP_UNLOCK_ASSERT(inp); /* ok to assert, we have a ref on the inp */
/freebsd-10-stable/sys/netinet6/
H A Din6_mcast.c1754 INP_UNLOCK_ASSERT(inp);
2650 INP_UNLOCK_ASSERT(inp);

Completed in 83 milliseconds