Lines Matching refs:sprstat
3611 struct sctp_prstatus *sprstat; local
3615 SCTP_CHECK_AND_CAST(sprstat, optval, struct sctp_prstatus, *optsize);
3616 SCTP_FIND_STCB(inp, stcb, sprstat->sprstat_assoc_id);
3618 sid = sprstat->sprstat_sid;
3619 policy = sprstat->sprstat_policy;
3627 sprstat->sprstat_abandoned_unsent = stcb->asoc.strmout[sid].abandoned_unsent[0];
3628 sprstat->sprstat_abandoned_sent = stcb->asoc.strmout[sid].abandoned_sent[0];
3630 sprstat->sprstat_abandoned_unsent = stcb->asoc.strmout[sid].abandoned_unsent[policy];
3631 sprstat->sprstat_abandoned_sent = stcb->asoc.strmout[sid].abandoned_sent[policy];
3637 sprstat->sprstat_abandoned_unsent = stcb->asoc.strmout[sid].abandoned_unsent[0];
3638 sprstat->sprstat_abandoned_sent = stcb->asoc.strmout[sid].abandoned_sent[0];
3654 struct sctp_prstatus *sprstat; local
3657 SCTP_CHECK_AND_CAST(sprstat, optval, struct sctp_prstatus, *optsize);
3658 SCTP_FIND_STCB(inp, stcb, sprstat->sprstat_assoc_id);
3660 policy = sprstat->sprstat_policy;
3666 sprstat->sprstat_abandoned_unsent = stcb->asoc.abandoned_unsent[0];
3667 sprstat->sprstat_abandoned_sent = stcb->asoc.abandoned_sent[0];
3669 sprstat->sprstat_abandoned_unsent = stcb->asoc.abandoned_unsent[policy];
3670 sprstat->sprstat_abandoned_sent = stcb->asoc.abandoned_sent[policy];