Searched refs:sprstat (Results 1 – 1 of 1) sorted by relevance
3623 struct sctp_prstatus *sprstat; local3627 SCTP_CHECK_AND_CAST(sprstat, optval, struct sctp_prstatus, *optsize);3628 SCTP_FIND_STCB(inp, stcb, sprstat->sprstat_assoc_id);3630 sid = sprstat->sprstat_sid;3631 policy = sprstat->sprstat_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];3642 sprstat->sprstat_abandoned_unsent = stcb->asoc.strmout[sid].abandoned_unsent[policy];3643 sprstat->sprstat_abandoned_sent = stcb->asoc.strmout[sid].abandoned_sent[policy];3649 sprstat->sprstat_abandoned_unsent = stcb->asoc.strmout[sid].abandoned_unsent[0];[all …]