Lines Matching refs:sprstat
3620 struct sctp_prstatus *sprstat; local
3624 SCTP_CHECK_AND_CAST(sprstat, optval, struct sctp_prstatus, *optsize);
3625 SCTP_FIND_STCB(inp, stcb, sprstat->sprstat_assoc_id);
3627 sid = sprstat->sprstat_sid;
3628 policy = sprstat->sprstat_policy;
3636 sprstat->sprstat_abandoned_unsent = stcb->asoc.strmout[sid].abandoned_unsent[0];
3637 sprstat->sprstat_abandoned_sent = stcb->asoc.strmout[sid].abandoned_sent[0];
3639 sprstat->sprstat_abandoned_unsent = stcb->asoc.strmout[sid].abandoned_unsent[policy];
3640 sprstat->sprstat_abandoned_sent = stcb->asoc.strmout[sid].abandoned_sent[policy];
3646 sprstat->sprstat_abandoned_unsent = stcb->asoc.strmout[sid].abandoned_unsent[0];
3647 sprstat->sprstat_abandoned_sent = stcb->asoc.strmout[sid].abandoned_sent[0];
3663 struct sctp_prstatus *sprstat; local
3666 SCTP_CHECK_AND_CAST(sprstat, optval, struct sctp_prstatus, *optsize);
3667 SCTP_FIND_STCB(inp, stcb, sprstat->sprstat_assoc_id);
3669 policy = sprstat->sprstat_policy;
3675 sprstat->sprstat_abandoned_unsent = stcb->asoc.abandoned_unsent[0];
3676 sprstat->sprstat_abandoned_sent = stcb->asoc.abandoned_sent[0];
3678 sprstat->sprstat_abandoned_unsent = stcb->asoc.abandoned_unsent[policy];
3679 sprstat->sprstat_abandoned_sent = stcb->asoc.abandoned_sent[policy];