Home
last modified time | relevance | path

Searched refs:SCTP_CHUNK_ISSENT (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/uts/common/inet/sctp/
H A Dsctp_output.c860 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 …]
H A Dsctp_input.c1978 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 …]
H A Dsctp_impl.h249 if (!SCTP_CHUNK_ISSENT(mp)) { \
293 #define SCTP_CHUNK_ISSENT(mp) ((mp)->b_flag & SCTP_CHUNK_FLAG_SENT) macro
345 (((!SCTP_CHUNK_ISSENT((meta)->b_cont) && (mhdr)->smh_ttl > 0) || \
H A Dsctp_notify.c230 if (!SCTP_CHUNK_ISSENT(nmp)) { in sctp_sendfail_sent()
H A Dsctp_opt_data.c116 if (!SCTP_CHUNK_ISSENT(mp)) { in sctp_get_status()
H A Dsctp_asconf.c862 if (!SCTP_CHUNK_ISSENT(sctp->sctp_cxmit_list)) { in sctp_rc_timer()
/titanic_50/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c249 mdb_printf("\tsent\t%?d\t", SCTP_CHUNK_ISSENT(mp)?1:0); in dump_datahdr()