Home
last modified time | relevance | path

Searched refs:streamoute (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/sctp/
H A Dsocket.c7345 struct sctp_stream_out_ext *streamoute; in sctp_getsockopt_pr_streamstatus() local
7369 streamoute = SCTP_SO(&asoc->stream, params.sprstat_sid)->ext; in sctp_getsockopt_pr_streamstatus()
7370 if (!streamoute) { in sctp_getsockopt_pr_streamstatus()
7383 streamoute->abandoned_unsent[policy]; in sctp_getsockopt_pr_streamstatus()
7385 streamoute->abandoned_sent[policy]; in sctp_getsockopt_pr_streamstatus()
7389 streamoute->abandoned_unsent[__SCTP_PR_INDEX(policy)]; in sctp_getsockopt_pr_streamstatus()
7391 streamoute->abandoned_sent[__SCTP_PR_INDEX(policy)]; in sctp_getsockopt_pr_streamstatus()
/kernel/linux/linux-6.6/net/sctp/
H A Dsocket.c7469 struct sctp_stream_out_ext *streamoute; in sctp_getsockopt_pr_streamstatus() local
7493 streamoute = SCTP_SO(&asoc->stream, params.sprstat_sid)->ext; in sctp_getsockopt_pr_streamstatus()
7494 if (!streamoute) { in sctp_getsockopt_pr_streamstatus()
7507 streamoute->abandoned_unsent[policy]; in sctp_getsockopt_pr_streamstatus()
7509 streamoute->abandoned_sent[policy]; in sctp_getsockopt_pr_streamstatus()
7513 streamoute->abandoned_unsent[__SCTP_PR_INDEX(policy)]; in sctp_getsockopt_pr_streamstatus()
7515 streamoute->abandoned_sent[__SCTP_PR_INDEX(policy)]; in sctp_getsockopt_pr_streamstatus()

Completed in 21 milliseconds