Searched refs:chk (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_timer.c70 struct sctp_tmit_chunk *chk; local
77 TAILQ_FOREACH(chk, &asoc->sent_queue, sctp_next) {
78 if (chk->sent == SCTP_DATAGRAM_RESEND) {
83 TAILQ_FOREACH(chk, &asoc->control_send_queue, sctp_next) {
84 if (chk->sent == SCTP_DATAGRAM_RESEND) {
88 TAILQ_FOREACH(chk, &asoc->asconf_send_queue, sctp_next) {
89 if (chk->sent == SCTP_DATAGRAM_RESEND) {
421 struct sctp_tmit_chunk *chk, *nchk; local
425 TAILQ_FOREACH_SAFE(chk, &asoc->sent_queue, sctp_next, nchk) {
426 if (SCTP_TSN_GE(asoc->last_acked_seq, chk
474 struct sctp_tmit_chunk *chk, *nchk; local
1103 struct sctp_tmit_chunk *strrst = NULL, *chk = NULL; local
1164 struct sctp_tmit_chunk *asconf, *chk; local
[all...]
H A Dsctp_output.c6551 struct sctp_tmit_chunk *chk, *nchk; local
6556 TAILQ_FOREACH(chk, &asoc->sent_queue, sctp_next) {
6563 if (PR_SCTP_BUF_ENABLED(chk->flags)) {
6568 if (chk->rec.data.timetodrop.tv_sec >= (long)srcv->sinfo_timetolive) {
6576 if (chk->data) {
6584 if (chk->sent > SCTP_DATAGRAM_UNSENT)
6588 ret_spc = sctp_release_pr_sctp_chunk(stcb, chk,
6600 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) {
6602 if (PR_SCTP_BUF_ENABLED(chk->flags)) {
6603 if (chk
7322 struct sctp_tmit_chunk *chk, *nchk; local
7341 struct sctp_tmit_chunk *chk, *nchk; local
7466 struct sctp_tmit_chunk *chk, *nchk; local
7580 struct sctp_tmit_chunk *chk; local
8162 struct sctp_tmit_chunk *chk; local
8175 struct sctp_tmit_chunk *chk; local
8223 struct sctp_tmit_chunk *chk, *nchk; local
9358 struct sctp_tmit_chunk *chk; local
9412 struct sctp_tmit_chunk *chk; local
9499 struct sctp_tmit_chunk *chk; local
9560 struct sctp_tmit_chunk *chk; local
9608 struct sctp_tmit_chunk *chk; local
9651 struct sctp_tmit_chunk *chk; local
9696 struct sctp_tmit_chunk *chk; local
9746 struct sctp_tmit_chunk *chk; local
9864 struct sctp_tmit_chunk *chk, *fwd; local
10717 struct sctp_tmit_chunk *chk; local
10906 struct sctp_tmit_chunk *chk, *a_chk; local
11866 struct sctp_tmit_chunk *chk; local
12002 struct sctp_tmit_chunk *chk; local
12065 struct sctp_tmit_chunk *chk; local
12211 struct sctp_tmit_chunk *chk; local
12264 sctp_add_stream_reset_out(struct sctp_tmit_chunk *chk, int number_entries, uint16_t * list, uint32_t seq, uint32_t resp_seq, uint32_t last_sent) argument
12307 sctp_add_stream_reset_in(struct sctp_tmit_chunk *chk, int number_entries, uint16_t *list, uint32_t seq) argument
12348 sctp_add_stream_reset_tsn(struct sctp_tmit_chunk *chk, uint32_t seq) argument
12376 sctp_add_stream_reset_result(struct sctp_tmit_chunk *chk, uint32_t resp_seq, uint32_t result) argument
12405 sctp_add_stream_reset_result_tsn(struct sctp_tmit_chunk *chk, uint32_t resp_seq, uint32_t result, uint32_t send_una, uint32_t recv_next) argument
12437 sctp_add_an_out_stream(struct sctp_tmit_chunk *chk, uint32_t seq, uint16_t adding) argument
12470 sctp_add_an_in_stream(struct sctp_tmit_chunk *chk, uint32_t seq, uint16_t adding) argument
12513 struct sctp_tmit_chunk *chk; local
[all...]
H A Dsctp_indata.c168 struct sctp_tmit_chunk *chk)
176 read_queue_e->sinfo_stream = chk->rec.data.stream_number;
177 read_queue_e->sinfo_ssn = chk->rec.data.stream_seq;
178 read_queue_e->sinfo_flags = (chk->rec.data.rcv_flags << 8);
179 read_queue_e->sinfo_ppid = chk->rec.data.payloadtype;
182 read_queue_e->sinfo_tsn = chk->rec.data.TSN_seq;
183 read_queue_e->sinfo_cumtsn = chk->rec.data.TSN_seq;
185 read_queue_e->whoFrom = chk->whoTo;
188 atomic_add_int(&chk->whoTo->ref_count, 1);
189 read_queue_e->data = chk
167 sctp_build_readq_entry_chk(struct sctp_tcb *stcb, struct sctp_tmit_chunk *chk) argument
388 struct sctp_tmit_chunk *chk, *nchk; local
749 struct sctp_tmit_chunk *chk; local
779 struct sctp_tmit_chunk *chk; local
847 sctp_queue_data_for_reasm(struct sctp_tcb *stcb, struct sctp_association *asoc, struct sctp_tmit_chunk *chk, int *abort_flag) argument
1283 struct sctp_tmit_chunk *chk; local
2249 struct sctp_tmit_chunk *chk; local
3475 struct sctp_tmit_chunk *chk; local
5064 struct sctp_tmit_chunk *chk, *nchk; local
5153 struct sctp_tmit_chunk *chk, *nchk; local
[all...]
H A Dsctp_input.c335 struct sctp_tmit_chunk *chk, *nchk; local
339 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) {
340 if (chk->rec.data.stream_number >= newcnt) {
341 TAILQ_REMOVE(&asoc->send_queue, chk, sctp_next);
343 if (asoc->strmout[chk->rec.data.stream_number].chunks_on_queues > 0) {
344 asoc->strmout[chk->rec.data.stream_number].chunks_on_queues--;
347 panic("No chunks on the queues for sid %u.", chk->rec.data.stream_number);
350 if (chk->data != NULL) {
351 sctp_free_bufspace(stcb, asoc, chk, 1);
353 0, chk, SCTP_SO_NOT_LOCKE
1101 struct sctp_chunkhdr *chk; local
1798 struct sctp_tmit_chunk *chk; local
3119 struct sctp_tmit_chunk *chk; local
3253 struct sctp_tmit_chunk *chk; local
3635 struct sctp_tmit_chunk *chk; local
3678 struct sctp_tmit_chunk *chk = stcb->asoc.str_reset; local
3708 struct sctp_tmit_chunk *chk; local
3839 sctp_handle_str_reset_request_in(struct sctp_tcb *stcb, struct sctp_tmit_chunk *chk, struct sctp_stream_reset_in_request *req, int trunc) argument
3893 sctp_handle_str_reset_request_tsn(struct sctp_tcb *stcb, struct sctp_tmit_chunk *chk, struct sctp_stream_reset_tsn_request *req) argument
3958 sctp_handle_str_reset_request_out(struct sctp_tcb *stcb, struct sctp_tmit_chunk *chk, struct sctp_stream_reset_out_request *req, int trunc) argument
4034 sctp_handle_str_reset_add_strm(struct sctp_tcb *stcb, struct sctp_tmit_chunk *chk, struct sctp_stream_reset_add_strm *str_add) argument
4120 sctp_handle_str_reset_add_out_strm(struct sctp_tcb *stcb, struct sctp_tmit_chunk *chk, struct sctp_stream_reset_add_strm *str_add) argument
4191 struct sctp_tmit_chunk *chk; local
5299 struct sctp_tmit_chunk *chk; local
[all...]
H A Dsctputil.c645 struct sctp_tmit_chunk *chk; local
681 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) {
682 if (chk->sent == SCTP_DATAGRAM_RESEND) {
684 } else if (chk->sent < SCTP_DATAGRAM_RESEND) {
685 tot_out += chk->book_size;
750 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) {
751 if ((chk->whoTo == lnet) &&
752 (chk->sent < SCTP_DATAGRAM_RESEND)) {
753 tot_out += chk->book_size;
1703 struct sctp_tmit_chunk *chk; local
2459 struct sctp_tmit_chunk *chk; local
2953 sctp_notify_send_failed(struct sctp_tcb *stcb, uint8_t sent, uint32_t error, struct sctp_tmit_chunk *chk, int so_locked SCTP_UNUSED ) argument
3884 struct sctp_tmit_chunk *chk, *nchk; local
5174 struct sctp_tmit_chunk *chk = NULL, *tp2; local
[all...]
H A Dsctp_pcb.c5416 struct sctp_tmit_chunk *chk, *nchk; local
5748 TAILQ_FOREACH_SAFE(chk, &asoc->free_chunks, sctp_next, nchk) {
5749 TAILQ_REMOVE(&asoc->free_chunks, chk, sctp_next);
5750 if (chk->data) {
5751 sctp_m_freem(chk->data);
5752 chk->data = NULL;
5754 if (chk->holds_key_ref)
5755 sctp_auth_key_release(stcb, chk->auth_keyid, SCTP_SO_LOCKED);
5756 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); local
5763 TAILQ_FOREACH_SAFE(chk,
5789 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); local
5819 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); local
5840 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); local
5854 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); local
5867 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); local
7842 struct sctp_tmit_chunk *chk, *nchk; local
[all...]
H A Dsctp_asconf.c1027 struct sctp_tmit_chunk *chk; local
1029 chk = TAILQ_FIRST(&stcb->asoc.sent_queue);
1031 stcb, chk->whoTo);
1044 struct sctp_tmit_chunk *chk; local
1051 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) {
1052 if (chk->whoTo == net) {
1053 if (chk->sent < SCTP_DATAGRAM_RESEND) {
1054 chk->sent = SCTP_DATAGRAM_RESEND;
1056 sctp_flight_size_decrease(chk);
1057 sctp_total_flight_decrease(stcb, chk);
2372 struct sctp_tmit_chunk *chk, *nchk; local
[all...]
H A Dsctp_usrreq.c273 struct sctp_tmit_chunk *chk; local
283 TAILQ_FOREACH(chk, &stcb->asoc.send_queue, sctp_next) {
284 if ((chk->send_size + overhead) > nxtsz) {
285 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK;
288 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) {
289 if ((chk->send_size + overhead) > nxtsz) {
294 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK;
295 if (chk->sent < SCTP_DATAGRAM_RESEND) {
296 sctp_flight_size_decrease(chk);
297 sctp_total_flight_decrease(stcb, chk);
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/obj/
H A Dobj_xref.pl101 my ($chk) = @_;
102 if (!exists $oid_tbl{$chk})
104 die "Not Found \"$chk\"\n";
/external/chromium_org/third_party/opus/src/celt/tests/
H A Dtest_unit_mathops.c101 opus_int32 min_d,max_d,last,chk; local
102 chk=max_d=0;
108 chk ^= q*i;
114 if ((chk!=89408644)||(max_d!=5)||(min_d!=0)||(bitexact_cos(64)!=32767)||
125 opus_int32 min_d,max_d,last,chk; local
126 fail=chk=max_d=0;
134 chk ^= q*i;
142 if ((chk!=15821257)||(max_d!=61)||(min_d!=-2)||fail||
/external/libopus/celt/tests/
H A Dtest_unit_mathops.c101 opus_int32 min_d,max_d,last,chk; local
102 chk=max_d=0;
108 chk ^= q*i;
114 if ((chk!=89408644)||(max_d!=5)||(min_d!=0)||(bitexact_cos(64)!=32767)||
125 opus_int32 min_d,max_d,last,chk; local
126 fail=chk=max_d=0;
134 chk ^= q*i;
142 if ((chk!=15821257)||(max_d!=61)||(min_d!=-2)||fail||
/external/openssl/crypto/objects/
H A Dobjxref.pl101 my ($chk) = @_;
102 if (!exists $oid_tbl{$chk})
104 die "Not Found \"$chk\"\n";
/external/f2fs-tools/fsck/
H A Dfsck.c262 fsck->chk.valid_blk_cnt++;
263 fsck->chk.valid_node_cnt++;
353 fsck->chk.valid_inode_cnt++;
363 fsck->chk.multi_hard_link_files++;
800 fsck->chk.valid_blk_cnt++;
825 fsck->chk.valid_blk_cnt++;
921 ckp->free_segment_count = cpu_to_le32(fsck->chk.free_segs);
922 ckp->valid_block_count = cpu_to_le32(fsck->chk.valid_blk_cnt);
923 ckp->valid_node_count = cpu_to_le32(fsck->chk.valid_node_cnt);
924 ckp->valid_inode_count = cpu_to_le32(fsck->chk
[all...]
H A Dfsck.h35 } chk; member in struct:f2fs_fsck
H A Dmount.c981 fsck->chk.sit_valid_blocks = sum_vblocks;
982 fsck->chk.sit_free_segs = free_segs;
1001 fsck->chk.free_segs = 0;
1039 fsck->chk.free_segs++;
1164 fsck->chk.valid_nat_entry_cnt++;
1178 fsck->chk.valid_nat_entry_cnt++;
1185 fsck->chk.valid_nat_entry_cnt,
1186 fsck->chk.valid_nat_entry_cnt);
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dv3_utl.c881 static int do_x509_check(X509 *x, const unsigned char *chk, size_t chklen, argument
905 if (chklen > 1 && chk[0] == '.')
921 chklen = strlen((const char *)chk);
942 chk, chklen))
964 if (do_check_string(str, -1, equal, flags, chk, chklen))
970 int X509_check_host(X509 *x, const unsigned char *chk, size_t chklen, argument
973 return do_x509_check(x, chk, chklen, flags, GEN_DNS);
976 int X509_check_email(X509 *x, const unsigned char *chk, size_t chklen, argument
979 return do_x509_check(x, chk, chklen, flags, GEN_EMAIL);
982 int X509_check_ip(X509 *x, const unsigned char *chk, size_ argument
[all...]
/external/libnfc-nxp/src/
H A DphFriNfc_LlcpMac.h154 pphFriNfcLlpcMac_Chk_t chk; member in struct:phFriNfc_LlcpMac_Interface
H A DphFriNfc_LlcpMac.c101 status = LlcpMac->LlcpMacInterface.chk(LlcpMac,ChkLlcpMac_Cb,pContext);
H A DphFriNfc_LlcpMacNfcip.c443 LlcpMac->LlcpMacInterface.chk = phFriNfc_LlcpMac_Nfcip_Chk;
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/
H A Dsctp6_usrreq.c388 struct sctp_tmit_chunk *chk; local
394 TAILQ_FOREACH(chk, &stcb->asoc.send_queue, sctp_next) {
395 if ((uint32_t) (chk->send_size + IP_HDR_SIZE) > nxtsz) {
396 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK;
399 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) {
400 if ((uint32_t) (chk->send_size + IP_HDR_SIZE) > nxtsz) {
405 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK;
406 if (chk->sent != SCTP_DATAGRAM_RESEND)
408 chk->sent = SCTP_DATAGRAM_RESEND;
409 chk
[all...]
/external/tcpdump/
H A DsctpHeader.h84 struct sctpChunkDesc chk; member in struct:sctpRelChunkDesc
/external/chromium_org/third_party/libxml/src/
H A DSAX2.c1731 int chk; local
1733 chk = xmlValidateDtdFinal(&ctxt->vctxt, ctxt->myDoc);
1734 if (chk <= 0)
1736 if (chk < 0)
2324 int chk; local
2326 chk = xmlValidateDtdFinal(&ctxt->vctxt, ctxt->myDoc);
2327 if (chk <= 0)
2329 if (chk < 0)
/external/libxml2/
H A DSAX2.c1761 int chk; local
1763 chk = xmlValidateDtdFinal(&ctxt->vctxt, ctxt->myDoc);
1764 if (chk <= 0)
1766 if (chk < 0)
2412 int chk; local
2414 chk = xmlValidateDtdFinal(&ctxt->vctxt, ctxt->myDoc);
2415 if (chk <= 0)
2417 if (chk < 0)
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dx509v3.h716 OPENSSL_EXPORT int X509_check_host(X509 *x, const unsigned char *chk, size_t chklen,
718 OPENSSL_EXPORT int X509_check_email(X509 *x, const unsigned char *chk, size_t chklen,
720 OPENSSL_EXPORT int X509_check_ip(X509 *x, const unsigned char *chk, size_t chklen,
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js171 function $chk(obj){
2192 if (!$chk(result)){
2206 if (Browser.Engine.presto || (Browser.Engine.trident && !$chk(parseInt(result, 10)))){
2543 chk: function(item, uniques){
2696 if (Selectors.Utils.chk(item, uniques)) found.push(item);
2705 if (child.parentNode == self && Selectors.Utils.chk(child, uniques)) found.push(child);
2713 if (Selectors.Utils.chk(self, uniques) && Selectors.Filters.byTag(self, tag) && Selectors.Filters.byID(self, id)) found.push(self);
2723 if (!Selectors.Utils.chk(self, uniques)) break;
3279 if (!$chk(values1)){
3298 if ($chk(parse
[all...]

Completed in 1904 milliseconds

12