Searched refs:__SCTP_PR_INDEX (Results 1 – 4 of 4) sorted by relevance
141 #define __SCTP_PR_INDEX(x) ((x >> 4) - 1) macro142 #define SCTP_PR_INDEX(x) __SCTP_PR_INDEX(SCTP_PR_SCTP_ ## x)
152 #define __SCTP_PR_INDEX(x) ((x >> 4) - 1) macro153 #define SCTP_PR_INDEX(x) __SCTP_PR_INDEX(SCTP_PR_SCTP_ ## x)
7316 asoc->abandoned_unsent[__SCTP_PR_INDEX(policy)]; in sctp_getsockopt_pr_assocstatus()7318 asoc->abandoned_sent[__SCTP_PR_INDEX(policy)]; in sctp_getsockopt_pr_assocstatus()7385 streamoute->abandoned_unsent[__SCTP_PR_INDEX(policy)]; in sctp_getsockopt_pr_streamstatus()7387 streamoute->abandoned_sent[__SCTP_PR_INDEX(policy)]; in sctp_getsockopt_pr_streamstatus()