Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctputil.c5952 sctp_user_rcvd(struct sctp_tcb *stcb, uint32_t *freed_so_far, int hold_rlock, argument
5995 if (hold_rlock) {
6033 if (so && r_unlocked && hold_rlock) {
6078 int hold_rlock = 0; local
6280 if (hold_rlock == 0) {
6291 hold_rlock = 0;
6301 if (hold_rlock == 0) {
6302 hold_rlock = 1;
6327 if (hold_rlock) {
6328 hold_rlock = 0;
[all …]
Dsctp_indata.c75 struct sctp_tmit_chunk *chk, int hold_rlock);
1321 struct sctp_tmit_chunk *chk, int hold_rlock) in sctp_add_chk_to_control() argument
1331 if (control->on_read_q && (hold_rlock == 0)) { in sctp_add_chk_to_control()