Lines Matching refs:sprstat
3668 struct sctp_prstatus *sprstat; local
3672 SCTP_CHECK_AND_CAST(sprstat, optval, struct sctp_prstatus, *optsize);
3673 SCTP_FIND_STCB(inp, stcb, sprstat->sprstat_assoc_id);
3675 sid = sprstat->sprstat_sid;
3676 policy = sprstat->sprstat_policy;
3684 sprstat->sprstat_abandoned_unsent = stcb->asoc.strmout[sid].abandoned_unsent[0];
3685 sprstat->sprstat_abandoned_sent = stcb->asoc.strmout[sid].abandoned_sent[0];
3687 sprstat->sprstat_abandoned_unsent = stcb->asoc.strmout[sid].abandoned_unsent[policy];
3688 sprstat->sprstat_abandoned_sent = stcb->asoc.strmout[sid].abandoned_sent[policy];
3694 sprstat->sprstat_abandoned_unsent = stcb->asoc.strmout[sid].abandoned_unsent[0];
3695 sprstat->sprstat_abandoned_sent = stcb->asoc.strmout[sid].abandoned_sent[0];
3707 struct sctp_prstatus *sprstat; local
3710 SCTP_CHECK_AND_CAST(sprstat, optval, struct sctp_prstatus, *optsize);
3711 SCTP_FIND_STCB(inp, stcb, sprstat->sprstat_assoc_id);
3713 policy = sprstat->sprstat_policy;
3719 sprstat->sprstat_abandoned_unsent = stcb->asoc.abandoned_unsent[0];
3720 sprstat->sprstat_abandoned_sent = stcb->asoc.abandoned_sent[0];
3722 sprstat->sprstat_abandoned_unsent = stcb->asoc.abandoned_unsent[policy];
3723 sprstat->sprstat_abandoned_sent = stcb->asoc.abandoned_sent[policy];