Lines Matching defs:chk
1027 struct sctp_tmit_chunk *chk;
1029 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) {
1030 if (chk->whoTo != NULL) {
1034 if (chk != NULL) {
1035 sctp_timer_start(SCTP_TIMER_TYPE_SEND, stcb->sctp_ep, stcb, chk->whoTo);
1048 struct sctp_tmit_chunk *chk;
1055 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) {
1056 if (chk->whoTo == net) {
1057 if (chk->sent < SCTP_DATAGRAM_RESEND) {
1058 chk->sent = SCTP_DATAGRAM_RESEND;
1060 sctp_flight_size_decrease(chk);
1061 sctp_total_flight_decrease(stcb, chk);
2327 struct sctp_tmit_chunk *chk, *nchk;
2338 TAILQ_FOREACH_SAFE(chk, &stcb->asoc.asconf_send_queue, sctp_next, nchk) {
2339 if (chk->data == NULL) {
2344 acp = mtod(chk->data, struct sctp_asconf_chunk *);
2347 ph = (struct sctp_paramhdr *)sctp_m_getptr(chk->data, offset, sizeof(struct sctp_paramhdr), aparam_buf);
2354 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(chk->data, offset, sizeof(struct sctp_asconf_paramhdr), aparam_buf);
2377 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(chk->data, offset, param_length, aparam_buf);
2404 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(chk->data, offset, sizeof(struct sctp_asconf_paramhdr), aparam_buf);