Home
last modified time | relevance | path

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

/illumos-gate/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()
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 …]
H A Dsctp_input.c1980 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 …]
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.c121 if (!SCTP_CHUNK_ISSENT(mp)) { in sctp_get_status()
H A Dsctp_asconf.c868 if (!SCTP_CHUNK_ISSENT(sctp->sctp_cxmit_list)) { in sctp_rc_timer()
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c250 mdb_printf("\tsent\t%?d\t", SCTP_CHUNK_ISSENT(mp)?1:0); in dump_datahdr()