Searched refs:holds_lock (Results 1 – 5 of 5) sorted by relevance
/external/usrsctp/usrsctplib/netinet/ |
D | sctp_ss_functions.c | 58 int holds_lock) in sctp_ss_default_init() argument 62 if (holds_lock == 0) { in sctp_ss_default_init() 79 if (holds_lock == 0) { in sctp_ss_default_init() 87 int clear_values SCTP_UNUSED, int holds_lock) in sctp_ss_default_clear() argument 89 if (holds_lock == 0) { in sctp_ss_default_clear() 101 if (holds_lock == 0) { in sctp_ss_default_clear() 126 struct sctp_stream_queue_pending *sp SCTP_UNUSED, int holds_lock) in sctp_ss_default_add() argument 128 if (holds_lock == 0) { in sctp_ss_default_add() 138 if (holds_lock == 0) { in sctp_ss_default_add() 157 struct sctp_stream_queue_pending *sp SCTP_UNUSED, int holds_lock) in sctp_ss_default_remove() argument [all …]
|
D | sctp_structs.h | 794 int holds_lock); 796 int clear_values, int holds_lock); 799 struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp, int holds_lock); 802 struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp, int holds_lock);
|
D | sctp_output.h | 116 struct sctp_stream_out *strq, int holds_lock);
|
D | sctputil.h | 81 sctp_find_ifa_by_addr(struct sockaddr *addr, uint32_t vrf_id, int holds_lock);
|
D | sctputil.c | 4454 sctp_report_all_outbound(struct sctp_tcb *stcb, uint16_t error, int holds_lock, int so_locked argument 4487 if (holds_lock == 0) { 4567 if (holds_lock == 0) { 5817 int holds_lock) argument 5821 if (holds_lock == 0) { 5835 if (holds_lock == 0) { 5848 if (holds_lock == 0) { 5860 if (holds_lock == 0) { 5869 if (holds_lock == 0) { 5928 sctp_find_ifa_by_addr(struct sockaddr *addr, uint32_t vrf_id, int holds_lock) argument [all …]
|