Searched refs:so_locked (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/sys/netinet/
H A Dsctp_input.h60 int sctp_is_there_unsent_data(struct sctp_tcb *stcb, int so_locked);
H A Dsctputil.c2673 uint16_t error, struct sctp_abort_chunk *abort, uint8_t from_peer, int so_locked
2760 so_locked);
2796 if (!so_locked) {
2816 if (!so_locked) {
2824 struct sockaddr *sa, uint32_t error, int so_locked
2911 so_locked);
2917 struct sctp_tmit_chunk *chk, int so_locked
3026 so_locked);
3032 struct sctp_stream_queue_pending *sp, int so_locked
3128 &stcb->sctp_socket->so_rcv, 1, SCTP_READ_LOCK_NOT_HELD, so_locked);
[all...]
H A Dsctp_auth.h153 int so_locked);
222 uint32_t indication, uint16_t keyid, uint16_t alt_keyid, int so_locked);
H A Dsctp_output.c3931 int so_locked)
3944 so_locked);
3993 int so_locked SCTP_UNUSED
3995 int so_locked
4152 sctp_handle_no_route(stcb, net, so_locked);
4167 sctp_handle_no_route(stcb, net, so_locked);
4181 sctp_handle_no_route(stcb, net, so_locked);
4218 sctp_handle_no_route(stcb, net, so_locked);
4265 if ((SCTP_BASE_SYSCTL(sctp_output_unlocked)) && (so_locked)) {
4272 if ((SCTP_BASE_SYSCTL(sctp_output_unlocked)) && (so_locked)) {
3929 sctp_handle_no_route(struct sctp_tcb *stcb, struct sctp_nets *net, int so_locked) argument
11943 sctp_send_stream_reset_out_if_possible(struct sctp_tcb *stcb, int so_locked) argument
[all...]
H A Dsctputil.h117 int so_locked
H A Dsctp_auth.c566 sctp_auth_key_release(struct sctp_tcb *stcb, uint16_t key_id, int so_locked
587 key_id, 0, so_locked);
1747 uint16_t keyid, uint16_t alt_keyid, int so_locked
1802 &stcb->sctp_socket->so_rcv, 1, SCTP_READ_LOCK_NOT_HELD, so_locked);
H A Dsctp_input.c218 sctp_is_there_unsent_data(struct sctp_tcb *stcb, int so_locked
271 sctp_free_a_strmoq(stcb, sp, so_locked);

Completed in 175 milliseconds