Home
last modified time | relevance | path

Searched refs:SCTP_CHUNK_ISACKED (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/inet/sctp/
H A Dsctp_output.c1549 if (!SCTP_CHUNK_ISACKED(mp1)) { in sctp_make_ftsns()
1656 !SCTP_CHUNK_ISACKED(mp))) || \
2131 if (SCTP_CHUNK_ISSENT(*mp) && !SCTP_CHUNK_ISACKED(*mp)) in sctp_rexmit_packet()
2331 if (!SCTP_CHUNK_ISACKED(mp)) in sctp_ss_rexmit()
H A Dsctp_impl.h272 if (SCTP_CHUNK_ISACKED(mp)) { \
312 #define SCTP_CHUNK_ISACKED(mp) ((mp)->b_flag & SCTP_CHUNK_FLAG_ACKED) macro
H A Dsctp_input.c2086 if (SCTP_CHUNK_ISACKED(mp)) in sctp_cumack()
2597 if (!SCTP_CHUNK_ISACKED(mp)) { in sctp_process_uo_gaps()
2665 if (SEQ_GT(xtsn, fr_xtsn) && !SCTP_CHUNK_ISACKED(mp)) { in sctp_process_uo_gaps()
2952 if (SCTP_CHUNK_ISACKED(mp)) { in sctp_got_sack()
2999 if (!SCTP_CHUNK_ISACKED(mp)) { in sctp_got_sack()
H A Dsctp_opt_data.c119 if (!SCTP_CHUNK_ISACKED(mp)) { in sctp_get_status()
/titanic_44/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c251 mdb_printf("\tacked\t%?d\t", SCTP_CHUNK_ISACKED(mp)?1:0); in dump_datahdr()