/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
sctp_timer.c | 66 sctp_audit_retranmission_queue(struct sctp_association *asoc) 71 asoc->sent_queue_retran_cnt, 72 asoc->sent_queue_cnt); 73 asoc->sent_queue_retran_cnt = 0; 74 asoc->sent_queue_cnt = 0; 75 TAILQ_FOREACH(chk, &asoc->sent_queue, sctp_next) { 77 sctp_ucount_incr(asoc->sent_queue_retran_cnt); 79 asoc->sent_queue_cnt++; 81 TAILQ_FOREACH(chk, &asoc->control_send_queue, sctp_next) { 83 sctp_ucount_incr(asoc->sent_queue_retran_cnt) 420 struct sctp_association *asoc; local 1523 struct sctp_association *asoc; local [all...] |
sctp_asconf.c | 61 * An ASCONF parameter queue exists per asoc which holds the pending address 288 TAILQ_FOREACH(net, &stcb->asoc.nets, sctp_next) { 420 * note if result == -2, the address doesn't exist in the asoc but 425 /* only one address in the asoc */ 532 if ((stcb->asoc.primary_destination->dest_state & SCTP_ADDR_REACHABLE) && 533 (!(stcb->asoc.primary_destination->dest_state & SCTP_ADDR_PF)) && 534 (stcb->asoc.alternate)) { 535 sctp_free_remote_addr(stcb->asoc.alternate); 536 stcb->asoc.alternate = NULL; 560 (stcb->asoc.primary_destination->dest_state 600 struct sctp_association *asoc; local 1671 struct sctp_association *asoc; local [all...] |
sctp_indata.c | 62 sctp_set_rwnd(struct sctp_tcb *stcb, struct sctp_association *asoc) 64 asoc->my_rwnd = sctp_calc_rwnd(stcb, asoc); 69 sctp_calc_rwnd(struct sctp_tcb *stcb, struct sctp_association *asoc) 82 if (stcb->asoc.sb_cc == 0 && 83 asoc->size_on_reasm_queue == 0 && 84 asoc->size_on_all_streams == 0) { 90 calc = (uint32_t) sctp_sbspace(&stcb->asoc, &stcb->sctp_socket->so_rcv); 96 calc = sctp_sbspace_sub(calc, (uint32_t)(asoc->size_on_reasm_queue + 97 asoc->cnt_on_reasm_queue * MSIZE)) 1998 struct sctp_association *asoc; local 2153 struct sctp_association *asoc; local 2313 struct sctp_association *asoc; local 3555 struct sctp_association *asoc; local 4108 struct sctp_association *asoc; local 4998 struct sctp_association *asoc; local 5143 struct sctp_association *asoc; local [all...] |
sctp_input.c | 75 TAILQ_FOREACH(net, &stcb->asoc.nets, sctp_next) { 215 (SCTP_GET_STATE(&stcb->asoc) == SCTP_STATE_SHUTDOWN_ACK_SENT)) { 249 struct sctp_association *asoc; local 256 asoc = &stcb->asoc; 258 if (!stcb->asoc.ss_functions.sctp_ss_is_empty(stcb, asoc)) { 260 for (i = 0; i < stcb->asoc.streamoutcnt; i++) { 262 sp = TAILQ_FIRST(&stcb->asoc.strmout[i].outqueue); 281 atomic_subtract_int(&stcb->asoc.stream_queue_cnt, 1) 306 struct sctp_association *asoc; local 463 struct sctp_association *asoc; local 916 struct sctp_association *asoc; local 1018 struct sctp_association *asoc; local 1183 struct sctp_association *asoc; local 1515 struct sctp_association *asoc; local 2073 struct sctp_association *asoc; local 3028 struct sctp_association *asoc; local 3298 struct sctp_association *asoc; local 3639 struct sctp_association *asoc; local 3684 struct sctp_association *asoc; local 3714 struct sctp_association *asoc = &stcb->asoc; local 3859 struct sctp_association *asoc = &stcb->asoc; local 3911 struct sctp_association *asoc = &stcb->asoc; local 3971 struct sctp_association *asoc = &stcb->asoc; local 4051 struct sctp_association *asoc = &stcb->asoc; local 4137 struct sctp_association *asoc = &stcb->asoc; local 4508 struct sctp_association *asoc; local [all...] |
sctp_usrreq.c | 277 stcb->asoc.smallest_mtu = nxtsz; 280 if (sctp_auth_is_required_chunk(SCTP_DATA, stcb->asoc.peer_auth_chunks)) { 281 overhead += sctp_get_auth_chunk_len(stcb->asoc.peer_hmac_id); 283 TAILQ_FOREACH(chk, &stcb->asoc.send_queue, sctp_next) { 288 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) { 300 sctp_ucount_incr(stcb->asoc.sent_queue_retran_cnt); 343 if (ntohl(sh->v_tag) != (stcb->asoc.peer_vtag)) { 388 if (stcb->asoc.smallest_mtu > nxtsz) { 421 if (ntohl(sh->v_tag) != (stcb->asoc.peer_vtag)) { 476 atomic_add_int(&stcb->asoc.refcnt, 1) 1173 struct sctp_association *asoc; local 1411 struct sctp_association *asoc; local [all...] |
sctputil.c | 92 sctp_clog.x.sb.stcb_sbcc = stcb->asoc.sb_cc; 116 sctp_clog.x.close.state = (uint16_t)stcb->asoc.state; 180 sctp_clog.x.nagle.total_flight = stcb->asoc.total_flight; 181 sctp_clog.x.nagle.total_in_queue = stcb->asoc.total_output_queue_size; 182 sctp_clog.x.nagle.count_in_queue = stcb->asoc.chunks_on_out_queue; 183 sctp_clog.x.nagle.count_in_flight = stcb->asoc.total_flight_count; 324 if (stcb->asoc.send_queue_cnt > 255) 327 sctp_clog.x.cwnd.cnt_in_send = stcb->asoc.send_queue_cnt; 328 if (stcb->asoc.stream_queue_cnt > 255) 331 sctp_clog.x.cwnd.cnt_in_str = stcb->asoc.stream_queue_cnt 791 struct sctp_association *asoc; local 953 struct sctp_association *asoc; local 3877 struct sctp_association *asoc; local [all...] |
sctp_pcb.c | 943 loopback_scope = stcb->asoc.scope.loopback_scope; 945 ipv4_local_scope = stcb->asoc.scope.ipv4_local_scope; 946 ipv4_addr_legal = stcb->asoc.scope.ipv4_addr_legal; 949 local_scope = stcb->asoc.scope.local_scope; 950 site_scope = stcb->asoc.scope.site_scope; 951 ipv6_addr_legal = stcb->asoc.scope.ipv6_addr_legal; 954 conn_addr_legal = stcb->asoc.scope.conn_addr_legal; 958 vrf = sctp_find_vrf(stcb->asoc.vrf_id); 3799 struct sctp_tcb *asoc, *nasoc; local 4253 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_asoc), asoc); local 4821 struct sctp_association *asoc; local 5085 struct sctp_association *asoc; local 5151 struct sctp_association *asoc; local 5318 struct sctp_association *asoc; local 7717 struct sctp_association *asoc; local [all...] |
sctp_pcb.h | 607 struct sctp_association asoc; member in struct:sctp_tcb
|
sctp_output.c | 5674 struct sctp_association *asoc; local 6812 struct sctp_association *asoc; local 7150 struct sctp_association *asoc; local 7388 struct sctp_association *asoc; local 7887 struct sctp_association *asoc; local 7987 struct sctp_association *asoc; local 10226 struct sctp_association *asoc; local 10719 struct sctp_association *asoc; local 11810 struct sctp_association *asoc; local 11873 struct sctp_association *asoc; local 12019 struct sctp_association *asoc; local 12322 struct sctp_association *asoc; local [all...] |
sctp_structs.h | 481 struct sctp_association *asoc; /* bp to asoc this belongs to */ member in struct:sctp_tmit_chunk 717 struct sctp_association *asoc, 721 struct sctp_association *asoc); 748 void (*sctp_ss_init)(struct sctp_tcb *stcb, struct sctp_association *asoc, 750 void (*sctp_ss_clear)(struct sctp_tcb *stcb, struct sctp_association *asoc, 753 void (*sctp_ss_add_to_stream)(struct sctp_tcb *stcb, struct sctp_association *asoc, 755 int (*sctp_ss_is_empty)(struct sctp_tcb *stcb, struct sctp_association *asoc); 756 void (*sctp_ss_remove_from_stream)(struct sctp_tcb *stcb, struct sctp_association *asoc, 759 struct sctp_nets *net, struct sctp_association *asoc); [all...] |
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
jp2.h | 97 OPJ_UINT16 cn, typ, asoc; member in struct:opj_jp2_cdef_info
|
jp2.c | 777 if (info[i].asoc > 0 && (OPJ_UINT32)(info[i].asoc - 1) >= image->numcomps) { 778 opj_event_msg(p_manager, EVT_ERROR, "Invalid component index %d (>= %d).\n", info[i].asoc - 1, image->numcomps); 1089 OPJ_UINT16 i, n, cn, asoc, acn; local [all...] |
/external/chromium_org/third_party/usrsctp/usrsctplib/ |
user_socket.c | 2603 sctp_assoc_t asoc; local [all...] |