addr_scope        498 net/sctp/bind_addr.c 	enum sctp_scope addr_scope = sctp_scope(addr);
addr_scope        503 net/sctp/bind_addr.c 	if (SCTP_SCOPE_UNUSABLE == addr_scope)
addr_scope        518 net/sctp/bind_addr.c 		if (addr_scope <= scope)
addr_scope        522 net/sctp/bind_addr.c 		if (addr_scope <= scope || SCTP_SCOPE_PRIVATE == addr_scope)
addr_scope        526 net/sctp/bind_addr.c 		if (addr_scope <= scope || SCTP_SCOPE_LINK == addr_scope)