Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_input.c2668 SCTP_CHUNK_SET_SACKCNT(mp, SCTP_CHUNK_SACKCNT(mp) + 1); in sctp_process_uo_gaps()
2669 if (SCTP_CHUNK_SACKCNT(mp) == in sctp_process_uo_gaps()
2925 SCTP_CHUNK_SET_SACKCNT(mp, SCTP_CHUNK_SACKCNT(mp) + 1); in sctp_got_sack()
2926 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
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c253 mdb_printf("sackcnt\t%?u\n", SCTP_CHUNK_SACKCNT(mp)); in dump_datahdr()