Searched refs:so_locked (Results 1 – 7 of 7) sorted by relevance
| /trueos/sys/netinet/ |
| HD | sctputil.c | 2602 uint16_t error, struct sctp_abort_chunk *abort, uint8_t from_peer, int so_locked in sctp_notify_assoc_change() 2686 so_locked); in sctp_notify_assoc_change() 2722 if (!so_locked) { in sctp_notify_assoc_change() 2742 if (!so_locked) { in sctp_notify_assoc_change() 2750 struct sockaddr *sa, uint32_t error, int so_locked in sctp_notify_peer_addr_change() 2837 so_locked); in sctp_notify_peer_addr_change() 2843 struct sctp_tmit_chunk *chk, int so_locked in sctp_notify_send_failed() 2952 so_locked); in sctp_notify_send_failed() 2958 struct sctp_stream_queue_pending *sp, int so_locked in sctp_notify_send_failed2() 3054 &stcb->sctp_socket->so_rcv, 1, SCTP_READ_LOCK_NOT_HELD, so_locked); in sctp_notify_send_failed2() [all …]
|
| HD | sctp_input.h | 60 int sctp_is_there_unsent_data(struct sctp_tcb *stcb, int so_locked);
|
| HD | sctp_auth.h | 153 int so_locked); 222 uint32_t indication, uint16_t keyid, uint16_t alt_keyid, int so_locked);
|
| HD | sctp_output.c | 3928 int so_locked) in sctp_handle_no_route() argument 3941 so_locked); in sctp_handle_no_route() 3990 int so_locked SCTP_UNUSED in sctp_lowlevel_chunk_output() 3992 int so_locked in sctp_lowlevel_chunk_output() 4149 sctp_handle_no_route(stcb, net, so_locked); in sctp_lowlevel_chunk_output() 4164 sctp_handle_no_route(stcb, net, so_locked); in sctp_lowlevel_chunk_output() 4178 sctp_handle_no_route(stcb, net, so_locked); in sctp_lowlevel_chunk_output() 4215 sctp_handle_no_route(stcb, net, so_locked); in sctp_lowlevel_chunk_output() 4262 if ((SCTP_BASE_SYSCTL(sctp_output_unlocked)) && (so_locked)) { in sctp_lowlevel_chunk_output() 4269 if ((SCTP_BASE_SYSCTL(sctp_output_unlocked)) && (so_locked)) { in sctp_lowlevel_chunk_output() [all …]
|
| HD | sctp_auth.c | 566 sctp_auth_key_release(struct sctp_tcb *stcb, uint16_t key_id, int so_locked in sctp_auth_key_release() 587 key_id, 0, so_locked); in sctp_auth_key_release() 1748 uint16_t keyid, uint16_t alt_keyid, int so_locked in sctp_notify_authentication() 1803 &stcb->sctp_socket->so_rcv, 1, SCTP_READ_LOCK_NOT_HELD, so_locked); in sctp_notify_authentication()
|
| HD | sctputil.h | 114 int so_locked
|
| HD | sctp_input.c | 218 sctp_is_there_unsent_data(struct sctp_tcb *stcb, int so_locked in sctp_is_there_unsent_data() 271 sctp_free_a_strmoq(stcb, sp, so_locked); in sctp_is_there_unsent_data()
|