Home
last modified time | relevance | path

Searched refs:SCTP_SO_NOT_LOCKED (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_indata.c473 sctp_free_a_chunk(stcb, chk, SCTP_SO_NOT_LOCKED); in sctp_abort_in_reasm()
475 sctp_abort_an_association(stcb->sctp_ep, stcb, oper, SCTP_SO_NOT_LOCKED); in sctp_abort_in_reasm()
491 sctp_free_a_chunk(stcb, chk, SCTP_SO_NOT_LOCKED); in sctp_clean_up_control()
563 sctp_abort_an_association(stcb->sctp_ep, stcb, op_err, SCTP_SO_NOT_LOCKED); in sctp_queue_data_to_stream()
671 sctp_abort_an_association(stcb->sctp_ep, stcb, op_err, SCTP_SO_NOT_LOCKED); in sctp_queue_data_to_stream()
885 sctp_free_a_chunk(stcb, tchk, SCTP_SO_NOT_LOCKED); in sctp_handle_old_unordered_data()
915 inp_read_lock_held, SCTP_SO_NOT_LOCKED); in sctp_handle_old_unordered_data()
921 sctp_wakeup_the_read_socket(stcb->sctp_ep, stcb, SCTP_SO_NOT_LOCKED); in sctp_handle_old_unordered_data()
944 sctp_wakeup_the_read_socket(stcb->sctp_ep, stcb, SCTP_SO_NOT_LOCKED); in sctp_handle_old_unordered_data()
951 inp_read_lock_held, SCTP_SO_NOT_LOCKED); in sctp_handle_old_unordered_data()
[all …]
Dsctp_input.c219 sctp_chunk_output(inp, stcb, SCTP_OUTPUT_FROM_CONTROL_PROC, SCTP_SO_NOT_LOCKED); in sctp_handle_init()
353 0, chk, SCTP_SO_NOT_LOCKED); in sctp_process_init()
359 sctp_free_a_chunk(stcb, chk, SCTP_SO_NOT_LOCKED); in sctp_process_init()
371 stcb, 0, sp, SCTP_SO_NOT_LOCKED); in sctp_process_init()
381 sctp_free_a_strmoq(stcb, sp, SCTP_SO_NOT_LOCKED); in sctp_process_init()
481 sctp_abort_an_association(stcb->sctp_ep, stcb, op_err, SCTP_SO_NOT_LOCKED); in sctp_process_init_ack()
708 stcb, 0, (void *)r_net, SCTP_SO_NOT_LOCKED); in sctp_handle_heartbeat_ack()
732 0, (void *)r_net, SCTP_SO_NOT_LOCKED); in sctp_handle_heartbeat_ack()
806 sctp_send_initiate(stcb->sctp_ep, stcb, SCTP_SO_NOT_LOCKED); in sctp_handle_nat_colliding_state()
824 sctp_send_initiate(stcb->sctp_ep, stcb, SCTP_SO_NOT_LOCKED); in sctp_handle_nat_colliding_state()
[all …]
Dsctp_timer.c113 (void *)net, SCTP_SO_NOT_LOCKED); in sctp_threshold_management()
120 sctp_send_hb(stcb, net, SCTP_SO_NOT_LOCKED); in sctp_threshold_management()
167 sctp_abort_an_association(inp, stcb, op_err, SCTP_SO_NOT_LOCKED); in sctp_threshold_management()
466 sctp_free_a_chunk(stcb, chk, SCTP_SO_NOT_LOCKED);
631 SCTP_SO_NOT_LOCKED);
644 SCTP_SO_NOT_LOCKED);
869 sctp_send_hb(stcb, net, SCTP_SO_NOT_LOCKED);
1022 sctp_send_initiate(inp, stcb, SCTP_SO_NOT_LOCKED);
1049 sctp_send_initiate(inp, stcb, SCTP_SO_NOT_LOCKED);
1080 sctp_abort_an_association(inp, stcb, op_err, SCTP_SO_NOT_LOCKED);
[all …]
Dsctp_asconf.c276 sctp_ulp_notify(SCTP_NOTIFY_ASCONF_ADD_IP, stcb, 0, sa, SCTP_SO_NOT_LOCKED); in sctp_process_asconf_add_ip()
281 sctp_send_hb(stcb, net, SCTP_SO_NOT_LOCKED); in sctp_process_asconf_add_ip()
310 (struct sockaddr *)&net->ro._l_addr, SCTP_SO_NOT_LOCKED); in sctp_asconf_del_remote_addrs_except()
454 sctp_ulp_notify(SCTP_NOTIFY_ASCONF_DELETE_IP, stcb, 0, sa, SCTP_SO_NOT_LOCKED); in sctp_process_asconf_delete_ip()
556 sctp_ulp_notify(SCTP_NOTIFY_ASCONF_SET_PRIMARY, stcb, 0, sa, SCTP_SO_NOT_LOCKED); in sctp_process_asconf_set_primary()
1047 sctp_chunk_output(stcb->sctp_ep, stcb, SCTP_OUTPUT_FROM_T3, SCTP_SO_NOT_LOCKED); in sctp_assoc_immediate_retrans()
1092 sctp_chunk_output(stcb->sctp_ep, stcb, SCTP_OUTPUT_FROM_T3, SCTP_SO_NOT_LOCKED); in sctp_net_immediate_retrans()
1744 sctp_abort_an_association(stcb->sctp_ep, stcb, op_err, SCTP_SO_NOT_LOCKED); in sctp_handle_asconf_ack()
Dsctputil.c1625 sctp_chunk_output(it->inp, it->stcb, SCTP_OUTPUT_FROM_T3, SCTP_SO_NOT_LOCKED); in sctp_iterator_work()
1908 sctp_chunk_output(inp, stcb, SCTP_OUTPUT_FROM_T3, SCTP_SO_NOT_LOCKED); in sctp_timeout_handler()
1948 sctp_send_sack(stcb, SCTP_SO_NOT_LOCKED); in sctp_timeout_handler()
1952 sctp_chunk_output(inp, stcb, SCTP_OUTPUT_FROM_SACK_TMR, SCTP_SO_NOT_LOCKED); in sctp_timeout_handler()
1968 sctp_chunk_output(inp, stcb, SCTP_OUTPUT_FROM_SHUT_TMR, SCTP_SO_NOT_LOCKED); in sctp_timeout_handler()
1986 sctp_chunk_output(inp, stcb, SCTP_OUTPUT_FROM_HB_TMR, SCTP_SO_NOT_LOCKED); in sctp_timeout_handler()
2009 sctp_chunk_output(inp, stcb, SCTP_OUTPUT_FROM_T3, SCTP_SO_NOT_LOCKED); in sctp_timeout_handler()
2055 sctp_chunk_output(inp, stcb, SCTP_OUTPUT_FROM_SHUT_ACK_TMR, SCTP_SO_NOT_LOCKED); in sctp_timeout_handler()
2070 sctp_chunk_output(inp, stcb, SCTP_OUTPUT_FROM_ASCONF_TMR, SCTP_SO_NOT_LOCKED); in sctp_timeout_handler()
2080 sctp_abort_an_association(inp, stcb, op_err, SCTP_SO_NOT_LOCKED); in sctp_timeout_handler()
[all …]
Dsctp_constants.h971 #define SCTP_SO_NOT_LOCKED 0 macro
Dsctp_output.c6678 SCTP_SO_NOT_LOCKED))) {
7199 sctp_abort_an_association(inp, stcb, m, SCTP_SO_NOT_LOCKED);
7224 sctp_is_there_unsent_data(stcb, SCTP_SO_NOT_LOCKED) == 0) {
7277 op_err, SCTP_SO_NOT_LOCKED);
7297 sctp_chunk_output(inp, stcb, SCTP_OUTPUT_FROM_USR_SEND, SCTP_SO_NOT_LOCKED);
7305 &reason, 1, 1, &now, &now_filled, frag_point, SCTP_SO_NOT_LOCKED);
7483 sctp_free_a_chunk(stcb, chk, SCTP_SO_NOT_LOCKED);
7512 sctp_free_a_chunk(stcb, chk, SCTP_SO_NOT_LOCKED);
10903 sctp_free_a_chunk(stcb, chk, SCTP_SO_NOT_LOCKED);
11610 SCTP_SO_NOT_LOCKED))) {
[all …]
Dsctp_pcb.c7223 SCTP_SO_NOT_LOCKED);
7317 SCTP_SO_NOT_LOCKED);
7865 sctp_free_a_chunk(stcb, chk, SCTP_SO_NOT_LOCKED);
7925 sctp_free_a_chunk(stcb, chk, SCTP_SO_NOT_LOCKED);
7970 sctp_send_sack(stcb, SCTP_SO_NOT_LOCKED);
7971 sctp_chunk_output(stcb->sctp_ep, stcb, SCTP_OUTPUT_FROM_DRAIN, SCTP_SO_NOT_LOCKED);
Dsctp_auth.c1705 SCTP_SO_NOT_LOCKED);
Dsctp_usrreq.c286 (void *)net, SCTP_SO_NOT_LOCKED);
292 sctp_abort_notification(stcb, 1, 0, NULL, SCTP_SO_NOT_LOCKED);
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet6/
Dsctp6_usrreq.c336 stcb, 0, (void *)net, SCTP_SO_NOT_LOCKED);
344 sctp_abort_notification(stcb, 1, 0, NULL, SCTP_SO_NOT_LOCKED);