Searched refs:SCTP_PR_SCTP_MASK (Results 1 – 2 of 2) sorted by relevance
150 #define SCTP_PR_SCTP_MASK 0x0030 macro155 #define SCTP_PR_POLICY(x) ((x) & SCTP_PR_SCTP_MASK)158 flags &= ~SCTP_PR_SCTP_MASK; \
3965 if (info->pr_policy & ~SCTP_PR_SCTP_MASK) in sctp_setsockopt_default_prinfo()7280 if (!policy || (policy & ~(SCTP_PR_SCTP_MASK | SCTP_PR_SCTP_ALL)) || in sctp_getsockopt_pr_assocstatus()7281 ((policy & SCTP_PR_SCTP_ALL) && (policy & SCTP_PR_SCTP_MASK))) in sctp_getsockopt_pr_assocstatus()7340 if (!policy || (policy & ~(SCTP_PR_SCTP_MASK | SCTP_PR_SCTP_ALL)) || in sctp_getsockopt_pr_streamstatus()7341 ((policy & SCTP_PR_SCTP_ALL) && (policy & SCTP_PR_SCTP_MASK))) in sctp_getsockopt_pr_streamstatus()8578 SCTP_PR_SCTP_MASK | SCTP_ABORT | SCTP_EOF)) in sctp_msghdr_parse()8602 SCTP_PR_SCTP_MASK | SCTP_ABORT | SCTP_EOF)) in sctp_msghdr_parse()8619 if (cmsgs->prinfo->pr_policy & ~SCTP_PR_SCTP_MASK) in sctp_msghdr_parse()