Searched refs:so_locked (Results 1 – 7 of 7) sorted by relevance
/external/usrsctp/usrsctplib/netinet/ |
D | sctputil.c | 3242 uint16_t error, struct sctp_abort_chunk *abort, uint8_t from_peer, int so_locked in sctp_notify_assoc_change() 3338 so_locked); in sctp_notify_assoc_change() 3375 if (!so_locked) { in sctp_notify_assoc_change() 3395 if (!so_locked) { in sctp_notify_assoc_change() 3403 struct sockaddr *sa, uint32_t error, int so_locked in sctp_notify_peer_addr_change() 3503 so_locked); in sctp_notify_peer_addr_change() 3509 struct sctp_tmit_chunk *chk, int so_locked in sctp_notify_send_failed() 3639 so_locked); in sctp_notify_send_failed() 3645 struct sctp_stream_queue_pending *sp, int so_locked in sctp_notify_send_failed2() 3740 &stcb->sctp_socket->so_rcv, 1, SCTP_READ_LOCK_NOT_HELD, so_locked); in sctp_notify_send_failed2() [all …]
|
D | sctp_input.h | 63 int sctp_is_there_unsent_data(struct sctp_tcb *stcb, int so_locked);
|
D | sctp_auth.h | 150 int so_locked); 205 uint32_t indication, uint16_t keyid, uint16_t alt_keyid, int so_locked);
|
D | sctp_output.c | 4057 int so_locked) argument 4070 so_locked); 4120 int so_locked SCTP_UNUSED 4122 int so_locked 4163 if (so_locked) { 4335 sctp_handle_no_route(stcb, net, so_locked); 4350 sctp_handle_no_route(stcb, net, so_locked); 4364 sctp_handle_no_route(stcb, net, so_locked); 4413 sctp_handle_no_route(stcb, net, so_locked); 4473 if ((SCTP_BASE_SYSCTL(sctp_output_unlocked)) && (so_locked)) { [all …]
|
D | sctputil.h | 113 int so_locked 133 int so_locked
|
D | sctp_auth.c | 570 sctp_auth_key_release(struct sctp_tcb *stcb, uint16_t key_id, int so_locked in sctp_auth_key_release() 591 key_id, 0, so_locked); in sctp_auth_key_release() 1752 uint16_t keyid, uint16_t alt_keyid, int so_locked 1808 &stcb->sctp_socket->so_rcv, 1, SCTP_READ_LOCK_NOT_HELD, so_locked);
|
D | sctp_input.c | 245 sctp_is_there_unsent_data(struct sctp_tcb *stcb, int so_locked in sctp_is_there_unsent_data() 297 sctp_free_a_strmoq(stcb, sp, so_locked); in sctp_is_there_unsent_data()
|