Searched refs:sprstat (Results 1 – 1 of 1) sorted by relevance
3668 struct sctp_prstatus *sprstat; local3672 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];[all …]