Searched refs:SCTP_CHUNK_ISSENT (Results 1 – 7 of 7) sorted by relevance
860 if (SCTP_CHUNK_ISSENT(mp1)) { in sctp_get_msg_to_send()934 if (SCTP_CHUNK_ISSENT(sctp->sctp_xmit_tail->b_cont)) { in sctp_get_msg_to_send()1228 if (!SCTP_CHUNK_ISSENT(mp) && SCTP_CHUNK_DEST(meta) && in sctp_output()1492 while (mp1 != NULL && SCTP_CHUNK_ISSENT(mp1)) { in sctp_make_ftsns()1500 if (!SCTP_CHUNK_ISSENT(mp1)) in sctp_make_ftsns()1549 while (mp1 != NULL && SCTP_CHUNK_ISSENT(mp1)) { in sctp_make_ftsns()1561 ASSERT(!SCTP_CHUNK_ISSENT(mp1)); in sctp_make_ftsns()1570 if (!SCTP_CHUNK_ISSENT(mp1)) in sctp_make_ftsns()1610 while (mp != NULL && SCTP_CHUNK_ISSENT(mp)) { in sctp_check_adv_ack_pt()1630 if (!SCTP_CHUNK_ISSENT(mp)) { in sctp_check_adv_ack_pt()[all …]
1980 while (mp1->b_next != NULL && SCTP_CHUNK_ISSENT(mp1->b_next)) in sctp_check_abandoned_msg()2010 ASSERT(!SCTP_CHUNK_ISSENT(mp1)); in sctp_check_abandoned_msg()2061 if (!SCTP_CHUNK_ISSENT(mp)) { in sctp_cumack()2464 if (!SCTP_CHUNK_ISSENT(mp)) in sctp_check_abandoned_data()2529 if (ump == NULL || !SCTP_CHUNK_ISSENT(mp) || in sctp_process_uo_gaps()2584 ASSERT(SCTP_CHUNK_ISSENT(mp)); in sctp_process_uo_gaps()2636 if (!SCTP_CHUNK_ISSENT(mp)) { in sctp_process_uo_gaps()2700 ASSERT(SCTP_CHUNK_ISSENT(mp)); in sctp_process_uo_gaps()2838 if (num_gaps == 0 || mp == NULL || !SCTP_CHUNK_ISSENT(mp) || in sctp_got_sack()2986 ASSERT(SCTP_CHUNK_ISSENT(mp)); in sctp_got_sack()[all …]
249 if (!SCTP_CHUNK_ISSENT(mp)) { \293 #define SCTP_CHUNK_ISSENT(mp) ((mp)->b_flag & SCTP_CHUNK_FLAG_SENT) macro345 (((!SCTP_CHUNK_ISSENT((meta)->b_cont) && (mhdr)->smh_ttl > 0) || \
230 if (!SCTP_CHUNK_ISSENT(nmp)) { in sctp_sendfail_sent()
121 if (!SCTP_CHUNK_ISSENT(mp)) { in sctp_get_status()
868 if (!SCTP_CHUNK_ISSENT(sctp->sctp_cxmit_list)) { in sctp_rc_timer()
250 mdb_printf("\tsent\t%?d\t", SCTP_CHUNK_ISSENT(mp)?1:0); in dump_datahdr()