Home
last modified time | relevance | path

Searched refs:SCTP_CHUNK_SACKCNT (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/inet/sctp/
H A Dsctp_input.c2666 SCTP_CHUNK_SET_SACKCNT(mp, SCTP_CHUNK_SACKCNT(mp) + 1); in sctp_process_uo_gaps()
2667 if (SCTP_CHUNK_SACKCNT(mp) == in sctp_process_uo_gaps()
2923 SCTP_CHUNK_SET_SACKCNT(mp, SCTP_CHUNK_SACKCNT(mp) + 1); in sctp_got_sack()
2924 if (SCTP_CHUNK_SACKCNT(mp) == in sctp_got_sack()
H A Dsctp_impl.h319 #define SCTP_CHUNK_SACKCNT(mp) ((intptr_t)((mp)->b_prev)) macro
/titanic_41/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c252 mdb_printf("sackcnt\t%?u\n", SCTP_CHUNK_SACKCNT(mp)); in dump_datahdr()