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()1226 if (!SCTP_CHUNK_ISSENT(mp) && SCTP_CHUNK_DEST(meta) && in sctp_output()1490 while (mp1 != NULL && SCTP_CHUNK_ISSENT(mp1)) { in sctp_make_ftsns()1498 if (!SCTP_CHUNK_ISSENT(mp1)) in sctp_make_ftsns()1547 while (mp1 != NULL && SCTP_CHUNK_ISSENT(mp1)) { in sctp_make_ftsns()1559 ASSERT(!SCTP_CHUNK_ISSENT(mp1)); in sctp_make_ftsns()1568 if (!SCTP_CHUNK_ISSENT(mp1)) in sctp_make_ftsns()1608 while (mp != NULL && SCTP_CHUNK_ISSENT(mp)) { in sctp_check_adv_ack_pt()1628 if (!SCTP_CHUNK_ISSENT(mp)) { in sctp_check_adv_ack_pt()[all …]
1978 while (mp1->b_next != NULL && SCTP_CHUNK_ISSENT(mp1->b_next)) in sctp_check_abandoned_msg()2008 ASSERT(!SCTP_CHUNK_ISSENT(mp1)); in sctp_check_abandoned_msg()2059 if (!SCTP_CHUNK_ISSENT(mp)) { in sctp_cumack()2462 if (!SCTP_CHUNK_ISSENT(mp)) in sctp_check_abandoned_data()2527 if (ump == NULL || !SCTP_CHUNK_ISSENT(mp) || in sctp_process_uo_gaps()2582 ASSERT(SCTP_CHUNK_ISSENT(mp)); in sctp_process_uo_gaps()2634 if (!SCTP_CHUNK_ISSENT(mp)) { in sctp_process_uo_gaps()2698 ASSERT(SCTP_CHUNK_ISSENT(mp)); in sctp_process_uo_gaps()2836 if (num_gaps == 0 || mp == NULL || !SCTP_CHUNK_ISSENT(mp) || in sctp_got_sack()2984 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()
116 if (!SCTP_CHUNK_ISSENT(mp)) { in sctp_get_status()
862 if (!SCTP_CHUNK_ISSENT(sctp->sctp_cxmit_list)) { in sctp_rc_timer()
249 mdb_printf("\tsent\t%?d\t", SCTP_CHUNK_ISSENT(mp)?1:0); in dump_datahdr()