Lines Matching refs:sprstat
3621 struct sctp_prstatus *sprstat; local
3625 SCTP_CHECK_AND_CAST(sprstat, optval, struct sctp_prstatus, *optsize);
3626 SCTP_FIND_STCB(inp, stcb, sprstat->sprstat_assoc_id);
3628 sid = sprstat->sprstat_sid;
3629 policy = sprstat->sprstat_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];
3640 sprstat->sprstat_abandoned_unsent = stcb->asoc.strmout[sid].abandoned_unsent[policy];
3641 sprstat->sprstat_abandoned_sent = stcb->asoc.strmout[sid].abandoned_sent[policy];
3647 sprstat->sprstat_abandoned_unsent = stcb->asoc.strmout[sid].abandoned_unsent[0];
3648 sprstat->sprstat_abandoned_sent = stcb->asoc.strmout[sid].abandoned_sent[0];
3664 struct sctp_prstatus *sprstat; local
3667 SCTP_CHECK_AND_CAST(sprstat, optval, struct sctp_prstatus, *optsize);
3668 SCTP_FIND_STCB(inp, stcb, sprstat->sprstat_assoc_id);
3670 policy = sprstat->sprstat_policy;
3676 sprstat->sprstat_abandoned_unsent = stcb->asoc.abandoned_unsent[0];
3677 sprstat->sprstat_abandoned_sent = stcb->asoc.abandoned_sent[0];
3679 sprstat->sprstat_abandoned_unsent = stcb->asoc.abandoned_unsent[policy];
3680 sprstat->sprstat_abandoned_sent = stcb->asoc.abandoned_sent[policy];