Searched refs:so_locked (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctputil.c | 3138 bool from_peer, bool timedout, int so_locked) in sctp_notify_assoc_change() argument 3237 SCTP_READ_LOCK_HELD, so_locked); in sctp_notify_assoc_change() 3282 struct sockaddr *sa, uint32_t error, int so_locked) in sctp_notify_peer_addr_change() argument 3367 SCTP_READ_LOCK_HELD, so_locked); in sctp_notify_peer_addr_change() 3372 struct sctp_tmit_chunk *chk, int so_locked) in sctp_notify_send_failed() argument 3499 SCTP_READ_LOCK_HELD, so_locked); in sctp_notify_send_failed() 3504 struct sctp_stream_queue_pending *sp, int so_locked) in sctp_notify_send_failed2() argument 3599 SCTP_READ_LOCK_HELD, so_locked); in sctp_notify_send_failed2() 3603 sctp_notify_adaptation_layer(struct sctp_tcb *stcb, int so_locked) in sctp_notify_adaptation_layer() argument 3649 SCTP_READ_LOCK_HELD, so_locked); in sctp_notify_adaptation_layer() [all …]
|
H A D | sctp_input.h | 56 int sctp_is_there_unsent_data(struct sctp_tcb *stcb, int so_locked);
|
H A D | sctp_auth.h | 150 int so_locked); 215 uint32_t indication, uint16_t keyid, int so_locked);
|
H A D | sctp_output.c | 3909 int so_locked) in sctp_handle_no_route() argument 3922 so_locked); in sctp_handle_no_route() 3970 int so_locked) in sctp_lowlevel_chunk_output() argument 4115 sctp_handle_no_route(stcb, net, so_locked); in sctp_lowlevel_chunk_output() 4130 sctp_handle_no_route(stcb, net, so_locked); in sctp_lowlevel_chunk_output() 4144 sctp_handle_no_route(stcb, net, so_locked); in sctp_lowlevel_chunk_output() 4181 sctp_handle_no_route(stcb, net, so_locked); in sctp_lowlevel_chunk_output() 4411 sctp_handle_no_route(stcb, net, so_locked); in sctp_lowlevel_chunk_output() 4433 sctp_handle_no_route(stcb, net, so_locked); in sctp_lowlevel_chunk_output() 4454 sctp_handle_no_route(stcb, net, so_locked); in sctp_lowlevel_chunk_output() [all …]
|
H A D | sctputil.h | 104 int so_locked 115 int so_locked);
|
H A D | sctp_auth.c | 561 sctp_auth_key_release(struct sctp_tcb *stcb, uint16_t key_id, int so_locked) in sctp_auth_key_release() argument 578 0, &key_id, so_locked); in sctp_auth_key_release() 1703 uint16_t keyid, int so_locked) in sctp_notify_authentication() argument 1756 SCTP_READ_LOCK_HELD, so_locked); in sctp_notify_authentication()
|
H A D | sctp_input.c | 172 sctp_is_there_unsent_data(struct sctp_tcb *stcb, int so_locked) in sctp_is_there_unsent_data() argument 223 sctp_free_a_strmoq(stcb, sp, so_locked); in sctp_is_there_unsent_data()
|