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);
524 fp1 = SCTP_CHUNK_DEST(mdblk);
723 chunk_fp = SCTP_CHUNK_DEST(mp);
909 fp = SCTP_CHUNK_DEST(sctp->sctp_xmit_unsent);
916 fp1 = SCTP_CHUNK_DEST(sctp->sctp_xmit_unsent);
1077 fp = SCTP_CHUNK_DEST(meta);
1128 fp = SCTP_CHUNK_DEST(meta);
1226 if (!SCTP_CHUNK_ISSENT(mp) && SCTP_CHUNK_DEST(meta) &&
1227 fp != SCTP_CHUNK_DEST(meta)) {
1655 ((SCTP_CHUNK_ISSENT((mp)) && (SCTP_CHUNK_DEST(m
[all...]
H A Dsctp_error.c532 fp = SCTP_CHUNK_DEST(sctp->sctp_err_chunks);
584 fp = SCTP_CHUNK_DEST(errmp);
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.c1871 fp = SCTP_CHUNK_DEST(sctp->sctp_err_chunks);
2075 fp = SCTP_CHUNK_DEST(mp);
2600 fp = SCTP_CHUNK_DEST(mp);
2676 fp = SCTP_CHUNK_DEST(mp);
2933 fp = SCTP_CHUNK_DEST(mp);
2954 fp = SCTP_CHUNK_DEST(mp);
3002 fp = SCTP_CHUNK_DEST(mp);
H A Dsctp_asconf.c798 fp = SCTP_CHUNK_DEST(mp);
889 ofp = SCTP_CHUNK_DEST(sctp->sctp_cxmit_list);
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c226 meta->b_rptr, SCTP_CHUNK_DEST(meta));
248 mp->b_rptr, SCTP_CHUNK_DEST(mp));

Completed in 88 milliseconds