Home
last modified time | relevance | path

Searched refs:SCTP_BASE_INFO (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_process_lock.h122 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 …]
Dsctp_pcb.c149 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 …]
Dsctp_var.h110 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 …]
Dsctp_callout.c107 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()
Dsctputil.c399 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 …]
Dsctp_asconf.c682 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()
Dsctp_os_userspace.h576 #define SCTP_BASE_INFO(__m) system_base_info.sctppcbinfo.__m macro
Dsctp_input.c802 …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()
Dsctp_sysctl.c466 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/
Duser_socket.c2068 if (!LIST_EMPTY(&SCTP_BASE_INFO(listhead))) {