Searched refs:sprstat (Results 1 – 1 of 1) sorted by relevance
3606 struct sctp_prstatus *sprstat; local3610 SCTP_CHECK_AND_CAST(sprstat, optval, struct sctp_prstatus, *optsize);3611 SCTP_FIND_STCB(inp, stcb, sprstat->sprstat_assoc_id);3613 sid = sprstat->sprstat_sid;3614 policy = sprstat->sprstat_policy;3622 sprstat->sprstat_abandoned_unsent = stcb->asoc.strmout[sid].abandoned_unsent[0];3623 sprstat->sprstat_abandoned_sent = stcb->asoc.strmout[sid].abandoned_sent[0];3625 sprstat->sprstat_abandoned_unsent = stcb->asoc.strmout[sid].abandoned_unsent[policy];3626 sprstat->sprstat_abandoned_sent = stcb->asoc.strmout[sid].abandoned_sent[policy];3632 sprstat->sprstat_abandoned_unsent = stcb->asoc.strmout[sid].abandoned_unsent[0];[all …]