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

/linux-master/include/uapi/linux/
H A Dsctp.h317 SCTP_PR_SCTP_ALL = (1 << 7), enumerator in enum:sctp_sinfo_flags
/linux-master/net/sctp/
H A Dsocket.c7426 if (!policy || (policy & ~(SCTP_PR_SCTP_MASK | SCTP_PR_SCTP_ALL)) ||
7427 ((policy & SCTP_PR_SCTP_ALL) && (policy & SCTP_PR_SCTP_MASK)))
7434 if (policy == SCTP_PR_SCTP_ALL) {
7486 if (!policy || (policy & ~(SCTP_PR_SCTP_MASK | SCTP_PR_SCTP_ALL)) ||
7487 ((policy & SCTP_PR_SCTP_ALL) && (policy & SCTP_PR_SCTP_MASK)))
7503 if (policy == SCTP_PR_SCTP_ALL) {

Completed in 110 milliseconds