Lines Matching refs:sctps

335 	sctp_stack_t		*sctps = sctp->sctp_sctps;  in sctp_chunkify()  local
346 xtralen = sctp->sctp_hdr_len + sctps->sctps_wroff_xtra + in sctp_chunkify()
349 xtralen = sctp->sctp_hdr6_len + sctps->sctps_wroff_xtra + in sctp_chunkify()
543 xtralen += sctps->sctps_wroff_xtra + sizeof (*sdc); in sctp_chunkify()
574 sctp_stack_t *sctps = sctp->sctp_sctps; in sctp_add_proto_hdr() local
608 (sctps->sctps_wroff_xtra + hdrlen + sacklen) || DB_REF(mp) > 2) { in sctp_add_proto_hdr()
616 nmp = allocb(sctps->sctps_wroff_xtra + hdrlen + sacklen, in sctp_add_proto_hdr()
623 nmp->b_rptr += sctps->sctps_wroff_xtra; in sctp_add_proto_hdr()
705 sctp_stack_t *sctps = sctp->sctp_sctps; in sctp_find_fast_rexmit_mblks() local
763 SCTPS_BUMP_MIB(sctps, sctpOutFastRetrans); in sctp_find_fast_rexmit_mblks()
960 sctp_stack_t *sctps = sctp->sctp_sctps; in sctp_fast_rexmit() local
965 SCTP_KSTAT(sctps, sctp_fr_not_found); in sctp_fast_rexmit()
970 SCTP_KSTAT(sctps, sctp_fr_add_hdr); in sctp_fast_rexmit()
1007 sctp_stack_t *sctps = sctp->sctp_sctps; in sctp_output() local
1123 SCTP_KSTAT(sctps, sctp_output_failed); in sctp_output()
1139 sctps->sctps_slow_start_after_idle); in sctp_output()
1169 SCTP_KSTAT(sctps, sctp_output_failed); in sctp_output()
1412 sctp_stack_t *sctps = sctp->sctp_sctps; in sctp_make_ftsn_chunk() local
1416 xtralen = sctp->sctp_hdr_len + sctps->sctps_wroff_xtra; in sctp_make_ftsn_chunk()
1418 xtralen = sctp->sctp_hdr6_len + sctps->sctps_wroff_xtra; in sctp_make_ftsn_chunk()
1474 sctp_stack_t *sctps = sctp->sctp_sctps; in sctp_make_ftsns() local
1533 SCTP_KSTAT(sctps, sctp_send_ftsn_failed); in sctp_make_ftsns()
1685 sctp_stack_t *sctps = sctp->sctp_sctps; in sctp_rexmit() local
1779 SCTPS_BUMP_MIB(sctps, sctpOutWinProbe); in sctp_rexmit()
1811 SCTP_KSTAT(sctps, sctp_ss_rexmit_failed); in sctp_rexmit()
1825 SCTPS_BUMP_MIB(sctps, sctpOutWinProbe); in sctp_rexmit()
1928 SCTP_KSTAT(sctps, sctp_rexmit_failed); in sctp_rexmit()
2219 sctp_stack_t *sctps = sctp->sctp_sctps; in sctp_ss_rexmit() local
2298 SCTP_KSTAT(sctps, sctp_ss_rexmit_failed); in sctp_ss_rexmit()
2325 for (tot_wnd -= pkt_len, burst = sctps->sctps_maxburst - 1; in sctp_ss_rexmit()