Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/sctp/
H A Dsctp_input.c1306 if ((sctp)->sctp_sack_gaps > 0) \ in sctp_data_chunk()
1313 &sctp->sctp_sack_gaps); \ in sctp_data_chunk()
1733 &sctp->sctp_sack_gaps); in sctp_data_chunk()
1735 sctp->sctp_ftsn - 1, sctp->sctp_sack_gaps)); in sctp_data_chunk()
1753 uint16_t num_gaps = sctp->sctp_sack_gaps; in sctp_fill_sack()
1863 (sizeof (sctp_sack_frag_t) * sctp->sctp_sack_gaps); in sctp_make_sack()
2424 &sctp->sctp_sack_gaps); in sctp_process_forward_tsn()
2436 &sctp->sctp_sack_gaps); in sctp_process_forward_tsn()
H A Dsctp_output.c1016 (sizeof (sctp_sack_frag_t) * sctp->sctp_sack_gaps); in sctp_output()
1519 (sizeof (sctp_sack_frag_t) * sctp->sctp_sack_gaps); in sctp_make_ftsns()
1870 (sizeof (sctp_sack_frag_t) * sctp->sctp_sack_gaps); in sctp_rexmit()
H A Dsctp.c677 sctp->sctp_sack_gaps = 0; in sctp_free()
808 sctp->sctp_sack_gaps = 0; in sctp_init_values()
H A Dsctp_impl.h713 int32_t sctp_sack_gaps; /* No. of received gaps */ member
/titanic_50/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c811 sctp->sctp_sack_info, sctp->sctp_sack_gaps); in sctp()