Home
last modified time | relevance | path

Searched refs:SCTP_CHUNK_DEST (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_output.c342 fp = SCTP_CHUNK_DEST(mdblk); in sctp_chunkify()
524 fp1 = SCTP_CHUNK_DEST(mdblk); in sctp_chunkify()
723 chunk_fp = SCTP_CHUNK_DEST(mp); in sctp_find_fast_rexmit_mblks()
909 fp = SCTP_CHUNK_DEST(sctp->sctp_xmit_unsent); in sctp_get_msg_to_send()
916 fp1 = SCTP_CHUNK_DEST(sctp->sctp_xmit_unsent); in sctp_get_msg_to_send()
1079 fp = SCTP_CHUNK_DEST(meta); in sctp_output()
1130 fp = SCTP_CHUNK_DEST(meta); in sctp_output()
1228 if (!SCTP_CHUNK_ISSENT(mp) && SCTP_CHUNK_DEST(meta) && in sctp_output()
1229 fp != SCTP_CHUNK_DEST(meta)) { in sctp_output()
1657 ((SCTP_CHUNK_ISSENT((mp)) && (SCTP_CHUNK_DEST(mp) == (fp) && \
[all …]
H A Dsctp_error.c532 fp = SCTP_CHUNK_DEST(sctp->sctp_err_chunks); in sctp_add_err()
584 fp = SCTP_CHUNK_DEST(errmp); in sctp_process_err()
H A Dsctp_impl.h275 ASSERT(SCTP_CHUNK_DEST(mp)->sf_suna >= ((chunkdata) + \
277 SCTP_CHUNK_DEST(mp)->sf_suna -= ((chunkdata) + \
299 #define SCTP_CHUNK_DEST(mp) ((sctp_faddr_t *)(mp)->b_queue) macro
H A Dsctp_input.c1873 fp = SCTP_CHUNK_DEST(sctp->sctp_err_chunks); in sctp_make_sack()
2077 fp = SCTP_CHUNK_DEST(mp); in sctp_cumack()
2602 fp = SCTP_CHUNK_DEST(mp); in sctp_process_uo_gaps()
2678 fp = SCTP_CHUNK_DEST(mp); in sctp_process_uo_gaps()
2935 fp = SCTP_CHUNK_DEST(mp); in sctp_got_sack()
2956 fp = SCTP_CHUNK_DEST(mp); in sctp_got_sack()
3004 fp = SCTP_CHUNK_DEST(mp); in sctp_got_sack()
H A Dsctp_asconf.c804 fp = SCTP_CHUNK_DEST(mp); in sctp_input_asconf_ack()
895 ofp = SCTP_CHUNK_DEST(sctp->sctp_cxmit_list); in sctp_rc_timer()
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c227 meta->b_rptr, SCTP_CHUNK_DEST(meta)); in dump_msghdr()
249 mp->b_rptr, SCTP_CHUNK_DEST(mp)); in dump_datahdr()