Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netinet/
Dsctp_output.c7170 uint8_t send_lock_up = 0; in sctp_move_to_outqueue() local
7179 if (send_lock_up == 0) { in sctp_move_to_outqueue()
7181 send_lock_up = 1; in sctp_move_to_outqueue()
7194 if (send_lock_up) { in sctp_move_to_outqueue()
7196 send_lock_up = 0; in sctp_move_to_outqueue()
7214 send_lock_up); in sctp_move_to_outqueue()
7216 if ((TAILQ_NEXT(sp, next) == NULL) && (send_lock_up == 0)) { in sctp_move_to_outqueue()
7218 send_lock_up = 1; in sctp_move_to_outqueue()
7227 stcb->asoc.ss_functions.sctp_ss_remove_from_stream(stcb, asoc, strq, sp, send_lock_up); in sctp_move_to_outqueue()
7240 if (send_lock_up) { in sctp_move_to_outqueue()
[all …]