Symbol: SCTP_CHUNK_DEST
usr/src/cmd/mdb/common/modules/sctp/sctp.c
227
meta->b_rptr, SCTP_CHUNK_DEST(meta));
usr/src/cmd/mdb/common/modules/sctp/sctp.c
249
mp->b_rptr, SCTP_CHUNK_DEST(mp));
usr/src/uts/common/inet/sctp/sctp_asconf.c
804
fp = SCTP_CHUNK_DEST(mp);
usr/src/uts/common/inet/sctp/sctp_asconf.c
895
ofp = SCTP_CHUNK_DEST(sctp->sctp_cxmit_list);
usr/src/uts/common/inet/sctp/sctp_error.c
532
fp = SCTP_CHUNK_DEST(sctp->sctp_err_chunks);
usr/src/uts/common/inet/sctp/sctp_error.c
584
fp = SCTP_CHUNK_DEST(errmp);
usr/src/uts/common/inet/sctp/sctp_impl.h
275
ASSERT(SCTP_CHUNK_DEST(mp)->sf_suna >= ((chunkdata) + \
usr/src/uts/common/inet/sctp/sctp_impl.h
277
SCTP_CHUNK_DEST(mp)->sf_suna -= ((chunkdata) + \
usr/src/uts/common/inet/sctp/sctp_input.c
1873
fp = SCTP_CHUNK_DEST(sctp->sctp_err_chunks);
usr/src/uts/common/inet/sctp/sctp_input.c
2077
fp = SCTP_CHUNK_DEST(mp);
usr/src/uts/common/inet/sctp/sctp_input.c
2602
fp = SCTP_CHUNK_DEST(mp);
usr/src/uts/common/inet/sctp/sctp_input.c
2678
fp = SCTP_CHUNK_DEST(mp);
usr/src/uts/common/inet/sctp/sctp_input.c
2935
fp = SCTP_CHUNK_DEST(mp);
usr/src/uts/common/inet/sctp/sctp_input.c
2956
fp = SCTP_CHUNK_DEST(mp);
usr/src/uts/common/inet/sctp/sctp_input.c
3004
fp = SCTP_CHUNK_DEST(mp);
usr/src/uts/common/inet/sctp/sctp_output.c
1079
fp = SCTP_CHUNK_DEST(meta);
usr/src/uts/common/inet/sctp/sctp_output.c
1130
fp = SCTP_CHUNK_DEST(meta);
usr/src/uts/common/inet/sctp/sctp_output.c
1228
if (!SCTP_CHUNK_ISSENT(mp) && SCTP_CHUNK_DEST(meta) &&
usr/src/uts/common/inet/sctp/sctp_output.c
1229
fp != SCTP_CHUNK_DEST(meta)) {
usr/src/uts/common/inet/sctp/sctp_output.c
1657
((SCTP_CHUNK_ISSENT((mp)) && (SCTP_CHUNK_DEST(mp) == (fp) && \
usr/src/uts/common/inet/sctp/sctp_output.c
1738
if (SCTP_CHUNK_DEST(mp) == oldfp)
usr/src/uts/common/inet/sctp/sctp_output.c
342
fp = SCTP_CHUNK_DEST(mdblk);
usr/src/uts/common/inet/sctp/sctp_output.c
524
fp1 = SCTP_CHUNK_DEST(mdblk);
usr/src/uts/common/inet/sctp/sctp_output.c
723
chunk_fp = SCTP_CHUNK_DEST(mp);
usr/src/uts/common/inet/sctp/sctp_output.c
909
fp = SCTP_CHUNK_DEST(sctp->sctp_xmit_unsent);
usr/src/uts/common/inet/sctp/sctp_output.c
916
fp1 = SCTP_CHUNK_DEST(sctp->sctp_xmit_unsent);