Lines Matching refs:sprstat
3613 struct sctp_prstatus *sprstat; local
3617 SCTP_CHECK_AND_CAST(sprstat, optval, struct sctp_prstatus, *optsize);
3618 SCTP_FIND_STCB(inp, stcb, sprstat->sprstat_assoc_id);
3620 sid = sprstat->sprstat_sid;
3621 policy = sprstat->sprstat_policy;
3629 sprstat->sprstat_abandoned_unsent = stcb->asoc.strmout[sid].abandoned_unsent[0];
3630 sprstat->sprstat_abandoned_sent = stcb->asoc.strmout[sid].abandoned_sent[0];
3632 sprstat->sprstat_abandoned_unsent = stcb->asoc.strmout[sid].abandoned_unsent[policy];
3633 sprstat->sprstat_abandoned_sent = stcb->asoc.strmout[sid].abandoned_sent[policy];
3639 sprstat->sprstat_abandoned_unsent = stcb->asoc.strmout[sid].abandoned_unsent[0];
3640 sprstat->sprstat_abandoned_sent = stcb->asoc.strmout[sid].abandoned_sent[0];
3656 struct sctp_prstatus *sprstat; local
3659 SCTP_CHECK_AND_CAST(sprstat, optval, struct sctp_prstatus, *optsize);
3660 SCTP_FIND_STCB(inp, stcb, sprstat->sprstat_assoc_id);
3662 policy = sprstat->sprstat_policy;
3668 sprstat->sprstat_abandoned_unsent = stcb->asoc.abandoned_unsent[0];
3669 sprstat->sprstat_abandoned_sent = stcb->asoc.abandoned_sent[0];
3671 sprstat->sprstat_abandoned_unsent = stcb->asoc.abandoned_unsent[policy];
3672 sprstat->sprstat_abandoned_sent = stcb->asoc.abandoned_sent[policy];