Searched defs:want_lock (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_pcb.c1834 sctp_findasoc_ep_asocid_locked(struct sctp_inpcb *inp, sctp_assoc_t asoc_id, int want_lock) argument
1871 if (want_lock) {
1882 sctp_findassociation_ep_asocid(struct sctp_inpcb *inp, sctp_assoc_t asoc_id, int want_lock) argument
1887 stcb = sctp_findasoc_ep_asocid_locked(inp, asoc_id, want_lock);

Completed in 186 milliseconds