HomeSort by: relevance | last modified time | path
    Searched defs:chk (Results 1 - 12 of 12) sorted by relevancy

  /src/usr.sbin/lpr/common_source/
rmjob.c 119 if (lockchk(LO) && chk(current)) {
189 if (!chk(file))
224 chk(const char *file) function in typeref:typename:int
  /src/games/snake/snake/
snake.c 119 static int chk(const struct point *);
723 chk(&p);
727 chk(&p);
731 chk(&p);
735 chk(&p);
754 chk(&p);
761 chk(&p);
774 chk(&p);
781 chk(&p);
922 chk(const struct point *sp function in typeref:typename:int
    [all...]
  /src/sys/netinet/
sctp_timer.c 102 struct sctp_tmit_chunk *chk; local in function:sctp_audit_retranmission_queue
113 TAILQ_FOREACH(chk, &asoc->sent_queue, sctp_next) {
114 if (chk->sent == SCTP_DATAGRAM_RESEND) {
119 TAILQ_FOREACH(chk, &asoc->control_send_queue, sctp_next) {
120 if (chk->sent == SCTP_DATAGRAM_RESEND) {
356 struct sctp_tmit_chunk *chk, *tp2; local in function:sctp_mark_all_for_resend
431 chk = TAILQ_FIRST(&stcb->asoc.sent_queue);
432 for (;chk != NULL; chk = tp2) {
433 tp2 = TAILQ_NEXT(chk, sctp_next)
696 struct sctp_tmit_chunk *chk; local in function:sctp_move_all_chunks_to_alt
968 struct sctp_tmit_chunk *strrst, *chk; local in function:sctp_strreset_timer
1040 struct sctp_tmit_chunk *asconf, *chk; local in function:sctp_asconf_timer
1195 struct sctp_tmit_chunk *chk; local in function:sctp_audit_stream_queues_for_size
    [all...]
sctp_indata.c 176 * Take a chk structure and build it into an mbuf. Hmm should we change things
228 * Take a chk structure and build it into an mbuf. Should we change things
233 sctp_build_ctl(struct sctp_tcb *stcb, struct sctp_tmit_chunk *chk)
254 outinfo->sinfo_stream = chk->rec.data.stream_number;
255 outinfo->sinfo_ssn = chk->rec.data.stream_seq;
256 if (chk->rec.data.rcv_flags & SCTP_DATA_UNORDERED) {
261 outinfo->sinfo_ppid = chk->rec.data.payloadtype;
262 outinfo->sinfo_context = chk->rec.data.context;
264 outinfo->sinfo_tsn = chk->rec.data.TSN_seq;
275 struct sctp_tmit_chunk *chk, int hold_locks
516 struct sctp_tmit_chunk *chk, *at; local in function:sctp_service_reassembly
1005 struct sctp_tmit_chunk *chk; local in function:sctp_is_all_msg_on_reasm
1671 struct sctp_tmit_chunk *chk; local in function:sctp_process_a_data_chunk
2356 struct sctp_tmit_chunk *chk; local in function:sctp_sack_check
2425 struct sctp_tmit_chunk *chk; local in function:sctp_service_queues
4283 struct sctp_tmit_chunk *chk; local in function:sctp_handle_sack
4332 struct sctp_tmit_chunk *chk, *nchk; local in function:sctp_kick_prsctp_reorder_queue
4421 struct sctp_tmit_chunk *chk, *at; local in function:sctp_handle_forward_tsn
    [all...]
sctp_pcb.c 3026 struct sctp_tmit_chunk *chk; local in function:sctp_free_assoc
3126 chk = TAILQ_FIRST(&outs->outqueue);
3127 while (chk) {
3128 TAILQ_REMOVE(&outs->outqueue, chk, sctp_next);
3129 sctp_m_freem(chk->data);
3130 chk->data = NULL;
3131 chk->whoTo = NULL;
3132 chk->asoc = NULL;
3134 SCTP_ZONE_FREE(sctppcbinfo.ipi_zone_chunk, chk);
3140 chk = TAILQ_FIRST(&outs->outqueue)
4493 struct sctp_tmit_chunk *chk, *nchk; local in function:sctp_drain_mbufs
    [all...]
sctp_usrreq.c 184 struct sctp_tmit_chunk *chk)
191 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK;
197 *new_chk = *chk;
199 new_chk->data = m_split(chk->data, (chk->send_size>>1), M_DONTWAIT);
202 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK;
213 chk->send_size >>= 1;
216 chk->book_size >>= 1;
220 chk->rec.data.rcv_flags |= SCTP_DATA_FIRST_FRAG;
221 chk->rec.data.rcv_flags &= ~SCTP_DATA_LAST_FRAG
292 struct sctp_tmit_chunk *chk, *nchk; local in function:sctp_notify_mbuf
    [all...]
sctp_input.c 187 struct sctp_tmit_chunk *chk; local in function:sctp_process_init
196 chk = TAILQ_FIRST(&outs->outqueue);
197 while (chk) {
198 TAILQ_REMOVE(&outs->outqueue, chk,
203 chk);
204 sctp_m_freem(chk->data);
205 chk->data = NULL;
206 sctp_free_remote_addr(chk->whoTo);
207 chk->whoTo = NULL;
208 chk->asoc = NULL
673 struct sctp_chunkhdr *chk; local in function:sctp_process_unrecog_chunk
2208 struct sctp_tmit_chunk *chk; local in function:sctp_handle_cookie_ack
2295 struct sctp_tmit_chunk *chk; local in function:sctp_handle_ecn_cwr
2630 struct sctp_tmit_chunk *chk, *nchk; local in function:sctp_clean_up_stream_reset
3541 struct sctp_tmit_chunk *chk; local in function:sctp_process_control
    [all...]
sctputil.c 176 sctp_log_strm_del(struct sctp_tmit_chunk *chk, struct sctp_tmit_chunk *poschk,
180 if (chk == NULL) {
186 sctp_clog[sctp_cwnd_log_at].x.strlog.n_tsn = chk->rec.data.TSN_seq;
187 sctp_clog[sctp_cwnd_log_at].x.strlog.n_sseq = chk->rec.data.stream_seq;
436 struct sctp_tmit_chunk *chk; local in function:sctp_auditing
472 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) {
473 if (chk->sent == SCTP_DATAGRAM_RESEND) {
475 } else if (chk->sent < SCTP_DATAGRAM_RESEND) {
476 tot_out += chk->book_size;
540 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next)
907 struct sctp_tmit_chunk *chk; local in function:sctp_timeout_handler
1597 struct sctp_tmit_chunk *chk; local in function:sctp_mtu_size_reset
2571 struct sctp_tmit_chunk *chk; local in function:sctp_report_all_outbound
    [all...]
sctp_output.c 2010 struct sctp_tmit_chunk *chk)
2027 if (chk == NULL)
2048 if (chk != NULL)
2050 chk->rec.data.ect_nonce = SCTP_ECT1_BIT;
2069 struct sctp_tmit_chunk *chk,
2141 sctp_get_ect(stcb, chk));
2334 tosBottom = (((in6p_flowinfo(inp) & 0x0c) | sctp_get_ect(stcb, chk)) << 4);
3915 struct sctp_tmit_chunk *chk, *nchk; local in function:sctp_prune_prsctp
3917 TAILQ_FOREACH(chk, &asoc->sent_queue, sctp_next) {
3924 if ((chk->flags & (SCTP_PR_SCTP_ENABLED
4131 struct sctp_tmit_chunk *chk; local in function:sctp_msg_append
4830 struct sctp_tmit_chunk *chk, *nchk; local in function:sctp_toss_old_cookies
4856 struct sctp_tmit_chunk *chk, *chk_tmp; local in function:sctp_toss_old_asconf
4949 struct sctp_tmit_chunk *chk, *nchk; local in function:sctp_clean_up_ctl
4996 struct sctp_tmit_chunk *chk, *nchk; local in function:sctp_move_to_outqueue
5128 struct sctp_tmit_chunk *chk; local in function:sctp_fill_outqueue
5219 struct sctp_tmit_chunk *chk; local in function:sctp_fix_ecn_echo
5232 struct sctp_tmit_chunk *chk; local in function:sctp_move_to_an_alt
5277 struct sctp_tmit_chunk *chk, *nchk; local in function:sctp_med_chunk_output
5981 struct sctp_tmit_chunk *chk; local in function:sctp_queue_op_err
6040 struct sctp_tmit_chunk *chk; local in function:sctp_send_cookie_echo
6127 struct sctp_tmit_chunk *chk; local in function:sctp_send_heartbeat_ack
6189 struct sctp_tmit_chunk *chk; local in function:sctp_send_cookie_ack
6238 struct sctp_tmit_chunk *chk; local in function:sctp_send_shutdown_ack
6283 struct sctp_tmit_chunk *chk; local in function:sctp_send_shutdown
6336 struct sctp_tmit_chunk *chk; local in function:sctp_send_asconf
6374 struct sctp_tmit_chunk *chk; local in function:sctp_send_asconf_ack
6470 struct sctp_tmit_chunk *chk, *fwd; local in function:sctp_chunk_retransmission
7498 struct sctp_tmit_chunk *chk; local in function:send_forward_tsn
7659 struct sctp_tmit_chunk *chk, *a_chk; local in function:sctp_send_sack
8251 struct sctp_tmit_chunk *chk; local in function:sctp_send_hb
8430 struct sctp_tmit_chunk *chk; local in function:sctp_send_ecn_echo
8482 struct sctp_tmit_chunk *chk; local in function:sctp_send_packet_dropped
8610 struct sctp_tmit_chunk *chk; local in function:sctp_send_cwr
8686 struct sctp_tmit_chunk *chk; local in function:sctp_send_str_reset_ack
8836 struct sctp_tmit_chunk *chk; local in function:sctp_send_str_reset_req
9294 struct sctp_tmit_chunk *chk; local in function:sctp_copy_it_in
    [all...]
  /src/sys/netinet6/
sctp6_usrreq.c 350 struct sctp_tmit_chunk *chk; local in function:sctp6_notify_mbuf
356 TAILQ_FOREACH(chk, &stcb->asoc.send_queue, sctp_next) {
357 if ((chk->send_size+IP_HDR_SIZE) > nxtsz) {
358 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK;
361 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) {
362 if ((chk->send_size+IP_HDR_SIZE) > nxtsz) {
367 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK;
368 if (chk->sent != SCTP_DATAGRAM_RESEND)
370 chk->sent = SCTP_DATAGRAM_RESEND;
371 chk->rec.data.doing_fast_retransmit = 0
    [all...]
  /src/sys/lib/libsa/
dosfs.c 519 u_int nsec, lsec, xdn, chk, sec, ent, x; local in function:lookup
539 xdn = chk = 0;
564 chk)) {
566 chk = dir[ent].xde.weChksum;
583 ok = chk == x &&
  /src/usr.bin/pr/
pr.c 1034 int chk = (int)inchar; local in function:inln
1046 if (ch == chk) {

Completed in 710 milliseconds