Searched refs:SCTP_BASE_INFO (Results 1 – 10 of 10) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_process_lock.h | 122 InitializeCriticalSection(&SCTP_BASE_INFO(wq_addr_mtx)) 124 DeleteCriticalSection(&SCTP_BASE_INFO(wq_addr_mtx)) 126 EnterCriticalSection(&SCTP_BASE_INFO(wq_addr_mtx)) 128 LeaveCriticalSection(&SCTP_BASE_INFO(wq_addr_mtx)) 132 InitializeCriticalSection(&SCTP_BASE_INFO(ipi_ep_mtx)) 134 DeleteCriticalSection(&SCTP_BASE_INFO(ipi_ep_mtx)) 136 EnterCriticalSection(&SCTP_BASE_INFO(ipi_ep_mtx)) 138 TryEnterCriticalSection(&SCTP_BASE_INFO(ipi_ep_mtx)) 140 EnterCriticalSection(&SCTP_BASE_INFO(ipi_ep_mtx)) 142 LeaveCriticalSection(&SCTP_BASE_INFO(ipi_ep_mtx)) [all …]
|
D | sctp_pcb.c | 149 spcb->ep_count = SCTP_BASE_INFO(ipi_count_ep); 150 spcb->asoc_count = SCTP_BASE_INFO(ipi_count_asoc); 151 spcb->laddr_count = SCTP_BASE_INFO(ipi_count_laddr); 152 spcb->raddr_count = SCTP_BASE_INFO(ipi_count_raddr); 153 spcb->chk_count = SCTP_BASE_INFO(ipi_count_chunk); 154 spcb->readq_count = SCTP_BASE_INFO(ipi_count_readq); 155 spcb->stream_oque = SCTP_BASE_INFO(ipi_count_strmoq); 156 spcb->free_chunks = SCTP_BASE_INFO(ipi_free_chunks); 247 bucket = &SCTP_BASE_INFO(sctp_vrfhash)[(vrf_id & SCTP_BASE_INFO(hashvrfmark))]; 249 atomic_add_int(&SCTP_BASE_INFO(ipi_count_vrfs), 1); [all …]
|
D | sctp_var.h | 110 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_readq), (_readq)); \ 115 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_readq), (_readq)); \ 121 (_readq) = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_readq), struct sctp_queued_to_read); \ 132 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_strmoq), (_strmoq)); \ 137 (_strmoq) = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_strmoq), struct sctp_stream_queue_pending); \ 157 (SCTP_BASE_INFO(ipi_free_chunks) > SCTP_BASE_SYSCTL(sctp_system_free_resc_limit))) { \ 158 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), (_chk)); \ 163 atomic_add_int(&SCTP_BASE_INFO(ipi_free_chunks), 1); \ 166 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), (_chk)); \ 173 (_chk) = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_chunk), struct sctp_tmit_chunk); \ [all …]
|
D | sctp_callout.c | 107 TAILQ_REMOVE(&SCTP_BASE_INFO(callqueue), c, tqe); in sctp_os_timer_start() 127 TAILQ_INSERT_TAIL(&SCTP_BASE_INFO(callqueue), c, tqe); in sctp_os_timer_start() 148 TAILQ_REMOVE(&SCTP_BASE_INFO(callqueue), c, tqe); in sctp_os_timer_stop() 163 c = TAILQ_FIRST(&SCTP_BASE_INFO(callqueue)); in sctp_handle_tick() 167 TAILQ_REMOVE(&SCTP_BASE_INFO(callqueue), c, tqe); in sctp_handle_tick()
|
D | sctputil.c | 399 sctp_clog.x.lock.info_lock = rw_wowned(&SCTP_BASE_INFO(ipi_ep_mtx)); in sctp_log_lock() 1706 LIST_FOREACH_SAFE(wi, &SCTP_BASE_INFO(addr_wq), sctp_nxt_addr, nwi) { in sctp_handle_addr_wq() 1732 LIST_INSERT_HEAD(&SCTP_BASE_INFO(addr_wq), wi, sctp_nxt_addr); in sctp_handle_addr_wq() 2603 tmr = &SCTP_BASE_INFO(addr_wq_timer); in sctp_timer_start() 2908 tmr = &SCTP_BASE_INFO(addr_wq_timer); in sctp_timer_stop() 7171 wi = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_laddr), struct sctp_laddr); 7190 LIST_INSERT_HEAD(&SCTP_BASE_INFO(addr_wq), wi, sctp_nxt_addr); 8464 if (SCTP_BASE_INFO(udp4_tun_socket) != NULL) { 8465 soclose(SCTP_BASE_INFO(udp4_tun_socket)); 8466 SCTP_BASE_INFO(udp4_tun_socket) = NULL; [all …]
|
D | sctp_asconf.c | 682 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_asconf_ack), ack); in sctp_handle_asconf() 824 ack = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_asconf_ack), in sctp_handle_asconf() 2332 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_laddr), l); in sctp_asconf_iterator_end() 3281 wi = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_laddr), struct sctp_laddr); in sctp_addr_mgmt_ep_sa()
|
D | sctp_os_userspace.h | 576 #define SCTP_BASE_INFO(__m) system_base_info.sctppcbinfo.__m macro
|
D | sctp_input.c | 802 …head = &SCTP_BASE_INFO(sctp_asochash)[SCTP_PCBHASH_ASOC(stcb->asoc.my_vtag, SCTP_BASE_INFO(hashaso… in sctp_handle_nat_colliding_state() 820 …head = &SCTP_BASE_INFO(sctp_asochash)[SCTP_PCBHASH_ASOC(stcb->asoc.my_vtag, SCTP_BASE_INFO(hashaso… in sctp_handle_nat_colliding_state() 2095 head = &SCTP_BASE_INFO(sctp_asochash)[SCTP_PCBHASH_ASOC(stcb->asoc.my_vtag, in sctp_process_cookie_existing() 2096 SCTP_BASE_INFO(hashasocmark))]; in sctp_process_cookie_existing()
|
D | sctp_sysctl.c | 466 LIST_FOREACH(inp, &SCTP_BASE_INFO(listhead), sctp_list) { 505 LIST_FOREACH(inp, &SCTP_BASE_INFO(listhead), sctp_list) {
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
D | user_socket.c | 2068 if (!LIST_EMPTY(&SCTP_BASE_INFO(listhead))) {
|